Tag: algorithms
All the articles with the tag "algorithms".
Backtracking Algorithm
Backtracking is a general algorithm for finding all (or some) solutions to computational problems, especially in combinatorial optimization.
Kadane's Algorithm
Kadane's Algorithm for finding the maximum contiguous subbarray
Combinations
Permutations