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.
- Host: GitHub
- URL: https://github.com/neverbot/code-fu
- Owner: neverbot
- Created: 2022-11-30T19:44:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-31T20:12:13.000Z (almost 2 years ago)
- Last Synced: 2025-04-25T14:09:23.727Z (about 1 year ago)
- Topics: advent-of-code, challenges, contests
- Language: JavaScript
- Homepage:
- Size: 296 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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_ 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_ 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_ (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.