Some key conceptions or some import vessels we may use in java developement.
You can not understand what you can not create.
Ideas come from https://space.bilibili.com/7968519 ......
Why did I build this?
- To deepen my understanding of core computer science concepts by implementing them myself.
- To prepare for technical interviews where a solid grasp of fundamentals is key.
- To have fun with "reinventing the wheel" and exploring the internals of common utilities.
- This project serves as a personal coding laboratory and a showcase of my problem-solving skills.
This repository contains my hand-crafted implementations of various data structures and algorithms, with no external dependencies. Each implementation includes basic tests and aims for clarity and educational value over raw performance.