Skip to content

Python implementation of the 2021 Advent of Code "Syntax Scoring" challenge

Notifications You must be signed in to change notification settings

pwdst/SyntaxScoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SyntaxScoring

Python implementation of the 2021 Advent of Code "Syntax Scoring" challenge

Originally written in C# (LinqPad file SyntaxParsing.linq included in solution for reference)

Ported to Python 3 using documentation on the Python website, Pluralsight courses and Python Pocket Reference by Mark Lutz

Outputs syntax error score of 392139 for the first exercise part - which is verified by Advent of Code

Outputs middle completion string score of 4001832844 for the second exercise part - which is also verified by Advent of Code

About

Python implementation of the 2021 Advent of Code "Syntax Scoring" challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published