Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ninjawork007/ds_and_algo_with_python
- Owner: ninjawork007
- Created: 2020-03-02T19:17:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-02T19:20:24.000Z (almost 5 years ago)
- Last Synced: 2024-11-24T01:32:48.404Z (2 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.QueueNon-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.