Skip to content

An implementation of well-known algorithms in C#

License

Notifications You must be signed in to change notification settings

mkArtak/Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms

Implementation of well-known algorithms in C#. Some of those algorithms appear during software engineering interviews.

Data structures:

  • BST
  • Heap

Algorithms:

  • Find the longest polindromic substring

Sorting

  • HeapSort
  • MergeSort
  • QuickSort

Graphs

  • Find number of unique paths to move from one corner of a matrix to the other one

About

An implementation of well-known algorithms in C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages