Algortihms from course AISP:
- generating permutations using backtracking (backtrack_permutation.cpp)
- generating combinations using backtracking (backtrack_combination.cpp)
- program that finds the largest square in a matrix (largest_square_in_matrix.cpp)
- program that finds the maximum sum while hoppin (hopping_max_sum.cpp)
- longest commong substring (longest_common_substring.cpp)
- longest commong subsequence (longest_common_subsequence.cpp)
- program that find's the number of paths in a matrix (paths.cpp)
- programt that finds the postfix value of an expression (postfiks.cpp)
- program that finds optimal placement for a router (ruter.cpp)
- program that sorts k-sorted arrays (sorted_arrays.cpp)
- program that finds a subjectively warm days (subjectively_warm_day.cpp)