seandewar / challenge-solutions

My solutions for programming puzzles from various websites.

Home Page:https://leetcode.com/seandewar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sean's Challenge Solutions Repository

This is my personal repository for solutions to programming puzzles from various websites, including:

I try to annotate most Leetcode solutions with a link to their respective questions, comments regarding their time & space complexities and other notes, while also sometimes providing alternative solutions you may want to consider.

The directory structure is pretty straightforward, with solutions grouped in directories indicating their respective question's difficulty (usually "easy", "medium" or "hard", as ranked by the website the question is from).

You may see my programming style change every-so-often (e.g widespread use of brace initialization syntax in some C++ solutions), as this is a good place to experiment.

About

My solutions for programming puzzles from various websites.

https://leetcode.com/seandewar/


Languages

Language:C 47.2%Language:C++ 17.0%Language:Zig 15.0%Language:Rust 12.7%Language:Go 3.2%Language:Java 3.2%Language:Python 1.1%Language:Odin 0.3%Language:Makefile 0.1%Language:Elixir 0.1%Language:Vim Script 0.1%Language:Shell 0.0%