https://github.com/divyanshugit/avid-algorithms
Basic knowledge of Data Structure and Algorithms and LeetCode solution in Python & C++.
https://github.com/divyanshugit/avid-algorithms
contributions-welcome cpp hacktoberfest hacktoberfest2021 interview-questions leetcode open-source python
Last synced: 10 days ago
JSON representation
Basic knowledge of Data Structure and Algorithms and LeetCode solution in Python & C++.
- Host: GitHub
- URL: https://github.com/divyanshugit/avid-algorithms
- Owner: divyanshugit
- License: mit
- Created: 2020-08-27T01:55:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-14T16:56:05.000Z (over 3 years ago)
- Last Synced: 2025-06-07T00:43:39.058Z (about 1 month ago)
- Topics: contributions-welcome, cpp, hacktoberfest, hacktoberfest2021, interview-questions, leetcode, open-source, python
- Language: Jupyter Notebook
- Homepage:
- Size: 11 MB
- Stars: 11
- Watchers: 1
- Forks: 21
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Avid-Algorithms
Basic knowledge of Data Structure and Algorithms and LeetCode solution in Python & C++.
![]()
Directory structure
------------
├── DSA Workshop <-- Whole Basic(most used) Data Structure Notes and links to the resources
│
├── Interview Practice <-- Contains coding interview question(execpt questions from LeetCode)
│
├── ML Algorithms <-- ML Algorithms from Scratch
│
├── Leetcode <-- Contains questions from leetcode
│
├── Patterns <-- Codes for various type of patterns
│
├── LICENSE
└── README.md
--------