divyanshugit / Avid-Algorithms

Basic knowledge of Data Structure and Algorithms and LeetCode solution in Python & C++.
MIT License
11 stars 20 forks source link
contributions-welcome cpp hacktoberfest hacktoberfest2021 interview-questions leetcode open-source python

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