https://github.com/anindya-prithvi/dsa-sem2plus
Nothing impressive here, just thousands of lines of code trying to solve problems manually implementing data structures and algorithms.
https://github.com/anindya-prithvi/dsa-sem2plus
algorithms data-structures
Last synced: about 1 year ago
JSON representation
Nothing impressive here, just thousands of lines of code trying to solve problems manually implementing data structures and algorithms.
- Host: GitHub
- URL: https://github.com/anindya-prithvi/dsa-sem2plus
- Owner: Anindya-Prithvi
- License: gpl-3.0
- Created: 2021-09-09T18:02:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-10T10:56:34.000Z (over 4 years ago)
- Last Synced: 2025-01-16T05:12:33.809Z (about 1 year ago)
- Topics: algorithms, data-structures
- Language: Java
- Homepage:
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DSA-Semester-2
## Currently on highlight
- Foobar with google: [Doomsday Fuel](https://github.com/Anindya-Prithvi/dsa-sem2plus/tree/main/foobar/doomsday-foobar#doomsday-fuel)
- I have provided an elaborate solution (and the problem statement ofcourse)
- The question was about finite markov chains which necessarily have a sink/absorbing state.
- Very fun question, must try! (Refer to link above)
___
#### Boring stuff
This repository houses my attempts to learn Java along with Data Structures and Algorithms and also follow JEP guidelines. The codes in this repository are not guaranteed to be correct and may have bad coding practices. However, with my progression in the semester, I have showcased remarkable imporvement in code quality and of course, algorithmic efficiency.
This repository may or may not get updated with my future codes.