https://github.com/bearlike/practising-dsa
I practise general Programming, Data Structures and Algorithms here.
https://github.com/bearlike/practising-dsa
data-structures practice-programming
Last synced: about 1 year ago
JSON representation
I practise general Programming, Data Structures and Algorithms here.
- Host: GitHub
- URL: https://github.com/bearlike/practising-dsa
- Owner: bearlike
- Created: 2020-11-22T21:59:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-17T11:54:03.000Z (over 4 years ago)
- Last Synced: 2025-01-04T19:25:04.323Z (about 1 year ago)
- Topics: data-structures, practice-programming
- Language: Jupyter Notebook
- Homepage: https://thekrishna.in/Practising-DSA/
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Practising Data Structures and Algorithms
I practice Programming, Data Structures and Algorithms in this repository. This repository exists for future references. Feel free to raise an [issue](https://github.com/bearlike/Practising-DSA/issues/new/choose) for additional help or fixes if required. If you're looking to learn how Programming and Algorithms work and not just surf around, [jwasham/coding-interview-university](https://github.com/jwasham/coding-interview-university) would be a more suitable place to start. Best of luck to you!
## Index
1. [Understanding Data Structures](https://thekrishna.in/Practising-DSA/How_Data_Structures_Work.html)
2. **Solved Problems**
1. [Arrays and Strings](https://thekrishna.in/Practising-DSA/Solved_Problems/Arrays_and_Strings.html)
2. [Trees and Graphs](https://thekrishna.in/Practising-DSA/Solved_Problems/Trees_and_Graphs.html)
## Prerequisites
The notebooks rely on `graphviz` libraries to help visualize data structures. The repository contains `apt.txt` and `requirements.txt` makes it possible to install packages from the ubuntu apt repository and Pip Package Manager into Binder.
```bash
sudo apt-get install graphviz
pip3 install graphviz==0.16 numpy
```
Made with ❤️ by bearlike
