Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 537 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 537 Bytes

Coding in Three Languages

This repository is a collection of coding challenges solved in Java, Python and Javascript.

Included in each folder is the following:

  • Folders for each language the problem was solved in.
  • In each folder is the scripts as well as the tests for each script which were done using junit for Java, pytest for Python and jest for JavaScript
  • In each folder is also a task.md file, which contains all the necessary information about the problem that is being solved in the folder.