Skip to content

AlgusDark/programming-puzzles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming Puzzles

This repo has different programming puzzles that you can find on leetcode, hackerrank, codechef or other similar websites.

This repo is part of a learning experience for sharing and keep growing, but most important, to get fun by solving puzzles.

Structure

The problems folder has 3 categories (easy, medium and hard) with several numbered folders that contains a puzzle. The numbering is just for ordering the puzzles by adding time, so you can start from any number without any problem.

Once you enter to any folder containing a puzzle you will be able to read the description of the problem. It will contain a template you could use for writing your solution. Try to not peeking at the *_test.ts file before you have your own solution.

How to run tests

Since the repo is written in Deno, you must have it installed to run the next command in the CLI:

deno test --importmap=./import_map.json --unstable

Have fun

This project will be part of a new idea for Codeando Pues as the intention is to explain how to get the answer of these problems and discuss them (maybe with Github Discussions once is available?).