Skip to content

cjstaples/aocsharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aocsharp

Advent Of Code solution framework in C# -- Framework in C# for solving puzzles from adventofcode.com

Rough pieces:

-   load puzzle
    acquire the typical input file
    return an appropriate parsed but unprocessed data set 

-   process input (iterated over the above data set)
    parse the data set
    return appropriate piece(s)

-   solve puzzle
    aggregate pieces from the parsed data

-   show puzzle
    display the computed output

About

Advent Of Code solution framework in C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages