An open API service indexing awesome lists of open source software.

https://github.com/neverbot/code-fu

A repository for some coding contests/challenges.
https://github.com/neverbot/code-fu

advent-of-code challenges contests

Last synced: about 1 year ago
JSON representation

A repository for some coding contests/challenges.

Awesome Lists containing this project

README

          

# code-fu

A repository for some coding contests/challenges.

## Advent of Code

[Here](./advent-of-code) I will store the code I used to solve the programming puzzles published in [Advent of code](https://adventofcode.com).


advent of code logo

> _Advent of Code_ is an [Advent calendar](https://en.wikipedia.org/wiki/Advent_calendar) of small programming puzzles for a variety of skill sets and skill levels that can be solved in [any](https://github.com/search?q=advent+of+code) programming language you like. People use them as [interview](https://y3l2n.com/2018/05/09/interview-prep-advent-of-code/) [prep](https://twitter.com/dznqbit/status/1037607793144938497), [company training](https://twitter.com/pgoultiaev/status/950805811583963137), [university](https://gitlab.com/imhoffman/fa19b4-mat3006/wikis/home) [coursework](https://gribblelab.org/teaching/scicomp2021/index.html), [practice](https://twitter.com/mrdanielklein/status/936267621468483584) [problems](https://comp215.blogs.rice.edu/), a [speed contest](https://adventofcode.com/2022/leaderboard), or to [challenge each other](https://www.reddit.com/r/adventofcode/search?q=flair%3Aupping&restrict_sr=on).

## Project Euler

[Here](./project-euler) I will store the code I used to solve the programming puzzles published in [Project Euler](https://projecteuler.net).


project euler user info

> _Project Euler_ is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming skills will be required to solve most problems.

## The C Programming Language

[Here](./the-c-programming-language) I will store the code I used to solve the programming exercises from the book [The C Programming Language](https://en.wikipedia.org/wiki/The_C_Programming_Language).


The C Programming Language book cover

> _The C Programming Language_ (sometimes termed _K&R_, after its authors' initials) is a computer programming book written by Brian Kernighan and Dennis Ritchie. The book was central to the development and popularization of the C programming language and is still widely read and used today.