Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```

Challenge Accepted ?samadpls

Show some ❤️ by this repository

https://youtube.com/playlist?list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp