Skip to content

A repository to practice and organize Data Structures and Algorithms with explanations, examples, and pseudocode.

Notifications You must be signed in to change notification settings

Aadi-stack/DSA-Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

DSA-Practice

A repository to practice and organize Data Structures and Algorithms with explanations, examples, and pseudocode.

DSA-Practice/
│
├── Arrays/
│   ├── ReverseInteger/
│   │   ├── explanation.md
│   │   ├── pseudocode.md
│   │   ├── code.py
│   │   └── example.md
│   ├── ZigzagConversion/
│   │   ├── explanation.md
│   │   ├── pseudocode.md
│   │   ├── code.py
│   │   └── example.md
│
├── Strings/
│   ├── LongestPalindrome/
│   │   ├── explanation.md
│   │   ├── pseudocode.md
│   │   ├── code.py
│   │   └── example.md
│
├── README.md
└── CONTRIBUTING.md
'

About

A repository to practice and organize Data Structures and Algorithms with explanations, examples, and pseudocode.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published