- ๐จโ๐ Iโm a computer science student in Warsaw, Poland
They are not perfect, because I'm still learning a lot of new things, but I decided to keep them to keep track of my progress.
๐NOTE: Look at the dates!
- Bookmarks
- APBD Project
- Application for exploring latest stock prices with ability to add them to your watchlist
- Demo
- Stack
- Spotify albums/singles/artists images downloader
- Search for album/single covers and artits pfp on Spotify and download them.
- Spotify theme!
- Demo
- Stack
- Tracking number of players online in World Of Tanks
- Storing and grouping data.
- Interactive charts!
- Demo
- Stack
- Store Power
- Game of Life
- Popular algorithm implemented with infinite board.
- Hosted on Github Pages. Check it out here
- Stack
- AVL Array
- Based on AVL Tree (more about AVL Trees)
- Basic operations like search, add, delete have better complexity (logN) then standad lists or arrays.
- Biggest problem during implementation: moving and managing indexes, here the element's index is his position in the tree where 0 is the first element returned by inOrder walk-through algorithm.
- Stack
- RGB color picker