Solving problems is the core of computer science. Programmers must first understand how a human solves a problem, then understand how to translate this "algorithm" into something a computer can do, and finally how to "write" the specific syntax (required by a computer) to get the job done. - THE WIKI
Most of these problems are solving in three principal lenguages
- Python
- Golang
- Javascript