Updated 4 months ago
Updated 5 months ago
Space invader game in Python. From the book "Python Crash Course, 3rd Edition"
Updated 5 months ago
Lox language implementation in Rust. See https://craftinginterpreters.com/.
Updated 10 months ago
Lox implementation in Golang
Updated 11 months ago
Updated 1 year ago
Olivier Abrivard's utilies library for Go. Contains math functions, graph algorithms, etc.
Updated 2 years ago
Compression tool written in Go. See https://codingchallenges.fyi/challenges/challenge-huffman.
Updated 2 years ago
CelticInfo website
Updated 2 years ago
GO implementation of algorithms and data structures described in the book "Guide to Competitive Programming" by Antti Laaksonen. https://www.amazon.com/Guide-Competitive-Programming-Algorithms-Undergraduate/dp/3319725467
Updated 2 years ago
Python implementation of algorithms and data structures described in the book "Guide to Competitive Programming" by Antti Laaksonen. https://www.amazon.com/Guide-Competitive-Programming-Algorithms-Undergraduate/dp/3319725467
Updated 2 years ago
Advent of code 2023 See https://adventofcode.com/
Updated 2 years ago
JSON Parser built with the help of ChatGPT 4.0. Grammar used is https://fullstack.wiki/syntax/rfc8259/index.
Updated 2 years ago
Go version of the Unix command line tool wc
Updated 2 years ago
Implementation of tyhe Monkey language in Go. https://interpreterbook.com/
Updated 2 years ago
CSES Problem Set exercises. See https://cses.fi/problemset/list/.
Updated 2 years ago
Projet Euler exercises in Go See https://projecteuler.net/archives.
Updated 2 years ago
Go implementation of exercises from the book "Exercises for Programmers - 57 Challenges to Develop Your Coding Skills". https://pragprog.com/titles/bhwb/exercises-for-programmers/
Updated 2 years ago
Go concurrency exercises. https://github.com/loong/go-concurrency-exercises
Updated 2 years ago
A tour of go exercises https://go.dev/tour/list
Updated 2 years ago