ws-challenges
Solutions for Project Euler, Advent of Code, and Rosetta Code in Whitespace (by thaliaarchi)
Advent_of_Code_in_Pascal
My solutions to the Advent of Code, in Free Pascal (by mikewarot)
Our great sponsors
- ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
- CodiumAI - TestGPT | Generating meaningful tests for busy devs
- InfluxDB - Access the most powerful time series database as a service
- SonarQube - Static code analysis for 29 languages.
ws-challenges | Advent_of_Code_in_Pascal | |
---|---|---|
2 | 23 | |
3 | 8 | |
- | - | |
0.0 | 0.0 | |
3 months ago | 6 months ago | |
Makefile | Pascal | |
GNU General Public License v3.0 only | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ws-challenges
Posts with mentions or reviews of ws-challenges.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-08.
-
AOC 2022 in q by experienced q programmers
I've created a similar repo of puzzles, including Advent of Code, but solved in the Whitespace programming language. Even otherwise easy puzzles are made significantly more difficult in Whitespace, as it is a quite low-level language. The control flow feels like coding in assembly and the stack paradigm feels like a Forth. The challenge is fun, though, and I'm filling in the gaps of my (unofficial) standard library as I go.
- Advent of Code 2021
Advent_of_Code_in_Pascal
Posts with mentions or reviews of Advent_of_Code_in_Pascal.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-30.
-
Advent of Code 2022
I'm doing it in Lazarus/Free Pascal again.
-
-🎄- 2021 Day 22 Solutions -🎄-
Free Pascal - 2251/1744 34.5 seconds runtime No objects, no recursion After brute forcing part 1, I stared at part 2 until I though only handling the different values of X,Y,Z and letting the grid represent variable size cubes.. only to hit memory size limits anyway... and then I learned how to use BITPACKED array, and was able to eventually brute force part 2. Whew!
-
-🎄- 2021 Day 21 Solutions -🎄-
Pascal 2235/4609
-
-🎄- 2021 Day 18 Solutions -🎄-
Pascal - Github
-
-🎄- 2021 Day 16 Solutions -🎄-
Pascal 7079/6330 - github
-
-🎄- 2021 Day 15 Solutions -🎄-
Github - https://github.com/mikewarot/Advent_of_Code_in_Pascal/blob/master/2021/advent2021_15b.lpr
- -🎄- 2021 Day 13 Solutions -🎄-
-
-🎄- 2021 Day 9 Solutions -🎄-
Pascal 2437/6187
-
-🎄- 2021 Day 8 Solutions -🎄-
Pascal 3590/5744
- -🎄- 2021 Day 3 Solutions -🎄-
What are some alternatives?
When comparing ws-challenges and Advent_of_Code_in_Pascal you can also consider the following projects:
mORMot2 - OpenSource RESTful ORM/SOA/MVC Framework for Delphi and FreePascal
advent-of-code - My solutions for Advent of Code
Advent-of-Code - Advent of Code
advent-of-code-2020 - 🎅🌟❄️☃️🎄🎁
aoc2020 - Advent of Code 2020 - my answers
aoc-2020 - Advent of Code 2020
advent-of-code-2021 - My solutions for the "Advent of Code 2021"
advent-of-code-2020 - Answers and solutions for Advent of Code 2020.
AoC-2021-rust
AdventOfCode - My Advent of Code solutions. I also upload videos of my solves: https://www.youtube.com/channel/UCuWLIm0l4sDpEe28t41WITA
ruby - The Ruby Programming Language
AdventOfCode2021 - My solutions to https://adventofcode.com/2021