Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/denis-source/puzzles

Various coding problems with solutions
https://github.com/denis-source/puzzles

leetcode-solutions problem-solving python

Last synced: 12 days ago
JSON representation

Various coding problems with solutions

Awesome Lists containing this project

README

        

# Puzzles
Repo consisting of various coding problems with solutions.

***
## Table of contents
- [Generate Parentheses](GenerateParentheses);
- [Integer to English Words](IntegerToEnglishWords);
- [Integer to Roman](IntegerToRoman);
- [Letter Combinations of a Phone Number](LetterCombinationsPhoneNumber);
- [Longest Common Prefix](LongestCommonPrefix);
- [N-Queens](NQueens);
- [Palindrome Number](PalindromeNumber);
- [Restore IP Address](RestoreIPAddresses);
- [Sudoku Solver](SudokuSolver);
- [Trapping Rain Water](TrappingRainWater);
- [Two Sums](TwoSums).