Srivari07 / dsa-script-collections

This repository is for DSA and CP scripts for reference.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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 :

  1. Fork this project
  2. Create a branch (git checkout -b new-branch)
  3. Commit your changes (git commit -am 'add new feature')
  4. Push to the branch (git push origin new-branch)
  5. Submit a pull request!

About

This repository is for DSA and CP scripts for reference.

License:MIT License


Languages

Language:Java 37.0%Language:Python 34.1%Language:C++ 20.7%Language:C 8.2%