Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ninjawork007/ds_and_algo_with_python


https://github.com/ninjawork007/ds_and_algo_with_python

Last synced: about 2 hours ago
JSON representation

Awesome Lists containing this project

README

        

# DS-and-Algo-With-Python
This Respository will help those people who very eger to learn Data Structure and Algorithm with Python easily.

Thanks for referring my Repository.

Data Structure:

Linear Data Structure:
1.Array(List in python)
2.Linked List
3.Stack
4.Queue

Non-Linear Data Structure:
5.Tree
6.Graph
7.Heap



Algorithm:
1.Searching
2.Sorting
3.Algorithm for String Operation
4.BitMasking
5.Dynamic Programming
6.Divide And Conquer
7.Greedy Technique


Note:All programs are written in Python Language.