Skip to content

valbaca/AdventOfCode-Crystal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent

Contains solutions to Advent of Code problems written in Crystal

Advent of Code is my favorite way to learn a new language.

The problems are fun and interesting while also forcing me to learn practical parts of a language:

  • types: int, string, array, map, big-int, structs, classes
  • reading from files
  • writing to output
  • testing: I try to follow TDD it suits Advent of Code very well
  • performance: most coding challenges allow for brute force at first, but n becomes large quickly

Installation

TODO: Write installation instructions here

Usage

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/your-github-user/Advent/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors