Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/denis-source/puzzles
- Owner: Denis-Source
- License: agpl-3.0
- Created: 2022-08-10T20:21:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-09T23:32:39.000Z (about 2 years ago)
- Last Synced: 2023-03-10T21:36:57.934Z (over 1 year ago)
- Topics: leetcode-solutions, problem-solving, python
- Language: Python
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).