Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foggalong/puzzles
https://github.com/foggalong/puzzles
dailyprogrammer leetcode leetcode-python leetcode-solutions
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/foggalong/puzzles
- Owner: Foggalong
- License: mit
- Created: 2023-04-30T17:12:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-11T16:08:34.000Z (5 months ago)
- Last Synced: 2024-11-15T00:46:01.296Z (2 months ago)
- Topics: dailyprogrammer, leetcode, leetcode-python, leetcode-solutions
- Language: Python
- Homepage: https://leetcode.com/Foggalong
- Size: 968 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Puzzles
Solutions to coding puzzles from various places.
## Daily Programmer
There's a brilliant subreddit [r/dailyprogrammer](https://reddit.com/r/dailyprogrammer) which releases several coding challenges every week. A list of the challenges can be found [here](daily/CHALLENGES.md) in a nicer format than provided by the subreddit.
## Leetcode
[![Sync Leetcode](https://github.com/Foggalong/leetcode/actions/workflows/sync_leetcode.yml/badge.svg?branch=main)](https://github.com/Foggalong/leetcode/actions/workflows/sync_leetcode.yml)
Solutions to [Leetcode problems](https://leetcode.com/problemset/all/), synced automatically to GitHub using [this workflow](https://github.com/joshcai/leetcode-sync).