https://github.com/myselfakashagarwal/javase
HolyGrail ☕️ DataStructuresFromScratch with different unusual brain edging algo ; beats 100% in linked list implementations from scratch on leetcode
https://github.com/myselfakashagarwal/javase
algo data-structures java-se
Last synced: 3 months ago
JSON representation
HolyGrail ☕️ DataStructuresFromScratch with different unusual brain edging algo ; beats 100% in linked list implementations from scratch on leetcode
- Host: GitHub
- URL: https://github.com/myselfakashagarwal/javase
- Owner: myselfakashagarwal
- License: gpl-3.0
- Created: 2023-12-26T15:54:40.000Z (over 1 year ago)
- Default Branch: legacy
- Last Pushed: 2024-07-31T04:51:47.000Z (10 months ago)
- Last Synced: 2025-03-16T09:14:33.064Z (3 months ago)
- Topics: algo, data-structures, java-se
- Language: Java
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About
JavaSE is a holy grail to hardcore Java programmers, it containes DS implementations from scratch, Algorithms , Collection Framework's classes & Interfaes examples (others too like HashMap), Java SE concepts and some Leetcode ; All with professional coding conventions, test case reliability, formatting and mind blowing logic.