Tag: algorithms
All the articles with the tag "algorithms".
Solving 1224 from Timus: Spiral
Depth First Search Algorithm
Depth First Search
Detect Cycle in Linked List
Detecting a cycle in a linked list
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