Introduction - If you have any usage issues, please Google them yourself
1. Operate on multiple lists
2. Backtracking method for solving 0/1 knapsack
3. Branch and bound method for solving 0/1 knapsack
4. Backtracking to solve n-queens problem
5. Graph operation (adjacency list representation)