Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

This is a library of various algorithms that are used in competitive programming.

Notifications You must be signed in to change notification settings

NJACKWinterOfCode/nwoc_algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nwoc_algorithms

This is a library of various algorithms that are used in competitive programming.

Backtracking Algorithms

Hamiltonian Cycle
M Coloring Problem
N Queen Problem
Rat in a Maze
Sudoku

Bellman Ford Algorithm

Bellman Ford Algorithm

Last Men Standing

Last_Men_Standing.cpp

Sample algorithm

disjoint_set_union.cpp
Floyd_cycle_detection.cpp

Sorting algorithm

Bubble Sort
Heap Sort
Insertion Sort
Merge Sort
Selection Sort

Strings

Substitution_Cipher

String Hashing

Count_Substring
Rabin Karp Algorithm
Manacher Algorithm
Z Algorithm

About

This is a library of various algorithms that are used in competitive programming.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.3%
  • Java 4.4%
  • C 1.7%
  • Python 0.6%