Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 420 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 420 Bytes

Problem Solving

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