List of all problems
The following list of problems is the start of a Python implementation of
a famous list of 99 Prolog problems
obtained via
this post about Ruby.
- Finding the last element of a list
- Finding the penultimate element of a list
- Finding the Kth element of a list
- Find the number of elements of a list
- Reverse a list
- Find out whether a list is a palindrome