dsa-script-collections
This Repo is the collection of DSA and CP scripts for reference.
Contents
Python
- Bubble Sort
- Insertion Sort
- Merge Sort
- Quick Sort
- Selection Sort
- Binary Search
C
- Queue Operations
Cpp
- Quick Sort
- Selection Sort
- Binary Search
- Kadane's Algorithm
- Kaprekar Number
- DFS Algorithm
Java
- Segmented Sieve Algorithm
- Disjoint Set
- Bubble Sort
- Insertion Sort
- Merge Sort
- Selection Sort
- Stobogrammatic Number
Contributing
NOTE: Check the TODO before opening issues to check if it is detected and is being worked upon.
This project is open to and encourages contributions! Feel free to discuss any bug fixes/features in the issues. If you wish to work on this project and extend it with your own scripts or :
- Fork this project
- Create a branch (
git checkout -b new-branch
) - Commit your changes (
git commit -am 'add new feature'
) - Push to the branch (
git push origin new-branch
) - Submit a pull request!