https://github.com/spacebagel/programming_challenges
Randow topic problem solutions
https://github.com/spacebagel/programming_challenges
Last synced: 2 months ago
JSON representation
Randow topic problem solutions
- Host: GitHub
- URL: https://github.com/spacebagel/programming_challenges
- Owner: spacebagel
- Created: 2024-04-19T20:04:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-22T18:00:27.000Z (7 months ago)
- Last Synced: 2025-02-06T22:14:12.919Z (4 months ago)
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Programming_Challenges
Sources: https://github.com/siliciusQ/Programming-challenges-v4.0/blob/project-4/programming_challenges_v4-0.png## 🎨 #96 - Generate a Complimentary Color From any input color
My issue: https://github.com/spacebagel/ColorAppStack: C#, WPF

## 🎲 #123 - Yahtzee
My issue: https://github.com/spacebagel/Programming_Challenges/blob/main/yahtzee.pyStack: Python

```haskell
+---+ +---+ +---+ +---+ +---+
| B | | a | | g | | e | | l |
+---+ +---+ +---+ +---+ +---+
```
## 📃 #138 - PDF-Tagger (In progress)
My issue: https://github.com/spacebagel/PDF_meta_taggerStack: C#

## 🤡️ #61 - ROT13 / Caesar
My issue (eng lang): https://github.com/spacebagel/Programming_Challenges/blob/main/rot13.cStack: C

My issue (ru lang): https://github.com/spacebagel/Programming_Challenges/blob/main/caesar.js
Stack: JS
## 🤡️ #4 - Markov Chain
My issue: https://github.com/spacebagel/Programming_Challenges/blob/main/markov_chains.cStack: C

## 🤡 #45 - RPN Calculator
My issue: https://github.com/spacebagel/Programming_Challenges/blob/main/rpn.pyStack: Python

## 🤡️ #59 - Caesar Cipher Cracker (RU lang)
My issue: https://github.com/spacebagel/Programming_Challenges/blob/main/caesarCracker.goStack: Go
