https://github.com/srbcheema1/Algo_Ds
  
  
    Repository for cool algorithms and Datastructures 
    https://github.com/srbcheema1/Algo_Ds
  
algorithms-datastructures cpp hactoberfest
        Last synced: 6 months ago 
        JSON representation
    
Repository for cool algorithms and Datastructures
- Host: GitHub
- URL: https://github.com/srbcheema1/Algo_Ds
- Owner: srbcheema1
- Created: 2017-09-22T21:28:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T17:03:29.000Z (about 2 years ago)
- Last Synced: 2024-08-03T20:05:11.713Z (about 1 year ago)
- Topics: algorithms-datastructures, cpp, hactoberfest
- Language: C++
- Homepage:
- Size: 311 KB
- Stars: 181
- Watchers: 9
- Forks: 305
- Open Issues: 192
- 
            Metadata Files:
            - Readme: README.md
- Contributing: CONTRIBUTING.md
 
Awesome Lists containing this project
README
          # Algo_Ds
## Overview:
This repo is a conglomeration of algorithms for competitive programming, data structure, sorting and related areas. It currently features C/C++, Python and some Java implementations. It contains many advanced algorithms like greedy, graph traversal algorithms, including Dijkstra's algorithm and Floyd Warshal algorithm, and data structures like queues, stacks, and binary search trees.
Use this repo to study or review your knowledge and don't forget to star and collaborate!
## Contents:
### Search Algorithms
 - Linear Search
 - binary search
 - Ternary search
### Sorting Algorithms
 - Bubble Sort
 - Selection Sort
 - Insertion sort
 - Merge sort
 - Quick sort
 - Radix sort
 - Bogo sort
### Shortest Path Algorithms
 - Dijkstra
 - Floyd Warshall
### Common Data Structures
 - heap
 - queue
 - stack
 - Array
 - Linked List
## Languages Used:
 - C/C++
 - Python
 - Java 
 - More to come
## How to contribute:
Please comment your code thoroughly as to make it possible for anyone to understand.
If possible, check your code using unit tests. 
Avoid all the bad implementations, make your code as clean as possible.
After that, find the folder that fits the category of your code and submit a PR.
*Star* this repo if the information here is useful to you.
### Please have a look at these :
 - [CONTRIBUTING.md](https://github.com/srbcheema1/Algo_Ds/blob/master/CONTRIBUTING.md) for quick quidelines
 - [STRUCTURE.md](https://github.com/srbcheema1/Algo_Ds/blob/master/STRUCTURE.md) for structure of directories