Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

Several algorithms and data structures implemented in C++ by me (credited to others where necessary).

Results 18 Algorithms issues
Sort by recently updated
recently updated
newest added

This includes implementation of approximation of polynomial and trigonometric functions using basis functions in C++.

It'll be awesome to see the implementation for lexicographically DFS and BFS.

Added the option to choose the size of the array, choose the elements and the ordering.

added bridges detection algorithm in graphs

More efficient method to find middle element index when value of n is large.

Made some additions to the mathematical algorithms.