An open API service indexing awesome lists of open source software.

https://github.com/avijeetpandey/ps-java

Code snippets for coursework to learn java
https://github.com/avijeetpandey/ps-java

algorithms data-structures java

Last synced: about 1 year ago
JSON representation

Code snippets for coursework to learn java

Awesome Lists containing this project

README

          

## ps-java :tada: :rocket:

## Things to implement
- [ ] Stack
- [ ] Queue
- [ ] Trees
- [ ] Binary Tree
- [ ] Segment Tree
- [ ] Heap
- [ ] Priority Queue
- [ ] LinkedList
- [ ] Dequeue
- [ ] Treap
- [ ] Trie

## Algorithms

- Sorting
- [x] Bubble Sort
- [x] Selection Sort
- [ ] Insertion Sort
- [ ] Merge Sort
- [ ] Heap Sort

Repository to learn data structures and algorithms using Java and snippets for java coursework.