Skip to content

abrahamjoc/challenge-codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exercise Codes

This repository contains documentation and solved exercises proposed for learning algorithms and data structures. It is basically for my fun and curiosity.

Leetcode

Challenge Language Description
Find Duplicates Numbers Go Find a duplicate number in an array using floyd's algorithm called tortoise and hare.

Projects

Challenge Language Description
Hangman Game JS Hangman Game is a game where you have to figure out a suggested word before you lose all tries.
Sudoku Solver Go Sudoku Solver using backtracking algorithm.

Classic Exercises

Challenge Language Description
Factorial C The Factorial of a non-negative integer n, denoted by n!, is the product of all positive integers less than or equal to n.
Fibonacci C The Fibonacci sequence is a set of steadily increasing numbers where each number is equal to the sum of the preceding two numbers.

Languages

Name Documentation
NASM Assembler x86_84 https://en.wikipedia.org/wiki/Netwide_Assembler

About

Challenges, knowledge, theories and more ...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published