Skip to content
/ DSA Public

Data Structure and Algorithm and OOPs with CPP and lots of LeetCode Challenges for Competitive Programming

Notifications You must be signed in to change notification settings

shehza-d/DSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structure and Algorithm

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


Introduction to Algorithms MIT YouTube playlist ! (2020)

Introduction to Algorithms MIT YouTube playlist ! (2006)

DSA BY MIT !

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/

to run CP setup ctrl + shift + b


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

About

Data Structure and Algorithm and OOPs with CPP and lots of LeetCode Challenges for Competitive Programming

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published