Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shehza-d/dsa
Data Structure and Algorithm and OOPs with CPP and lots of LeetCode Challenges for Competitive Programming
https://github.com/shehza-d/dsa
algorithms competitive-programming cpp dsa dsa-algorithm hackerrank leetcode
Last synced: 3 months ago
JSON representation
Data Structure and Algorithm and OOPs with CPP and lots of LeetCode Challenges for Competitive Programming
- Host: GitHub
- URL: https://github.com/shehza-d/dsa
- Owner: shehza-d
- Created: 2022-06-29T17:05:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T16:59:08.000Z (4 months ago)
- Last Synced: 2024-09-17T21:12:03.081Z (4 months ago)
- Topics: algorithms, competitive-programming, cpp, dsa, dsa-algorithm, hackerrank, leetcode
- Language: C++
- Homepage: https://leetcode.com/shehza-d
- Size: 12.2 MB
- Stars: 19
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Structure and Algorithm
### [Best DSA Course Free](https://youtube.com/playlist?list=PLDzeHZWIZsTryvtXdMr6rPh4IDexB5NIA)
### [Puzzles by Harvard](https://cs50.harvard.edu/x/2023/puzzles/)
A practice repo for C++ according to class 12th (Federal Board) and planing of Learning Data Structure and Algorithm (DSA) and OOP with CPP
[Learn Data Structures with Amazon CodeWhisperer](https://youtube.com/playlist?list=PL5bUlblGfe0IOZEW8KBAzc1bCW8UcarAD&si=PtxWdvDY-WUG3irJ)
[Introduction to Algorithms MIT YouTube playlist ! (2020)](https://www.youtube.com/playlist?list=PLUl4u3cNGP63EdVPNLG3ToM6LaEUuStEY)
[Introduction to Algorithms MIT YouTube playlist ! (2006)](https://youtube.com/playlist?list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb)
[DSA BY MIT !](https://ocw.mit.edu/courses/6-006-introduction-to-algorithms-spring-2020/)
https://www.coursera.org/learn/algorithms-part1
https://www.coursera.org/specializations/data-structures-algorithms
https://www.coursera.org/specializations/algorithms
https://grow.google/intl/ssa/programmes
https://www.interviewbit.com/blog/best-courses-for-data-structures-and-algorithms/
https://www.freecodecamp.org/news/these-are-the-best-free-courses-to-learn-data-structures-and-algorithms-in-depth-4d52f0d6b35a/
Download compiler for Linux```
sudo apt install build-essential
``````
gcc --version && g++ --version
```To compile and Run C++ program
```
g++ FileName.cpp -o compiled && ./compiled
```To compile C program
```
gcc index.c -o compiledBinary
```To Run C program
```
./compiledBinary
```Show some ❤️ by this repository
https://youtube.com/playlist?list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp