Skip to content

Latest commit

 

History

History
107 lines (98 loc) · 12.8 KB

HACKPACK.md

File metadata and controls

107 lines (98 loc) · 12.8 KB

My Hackpack

A "hackpack" is a compilation of implementations of various algorithms, data structures, and niche problems that have a good chance of showing up in contests; it functions as a safety net during the implementation stage of developing a solution. As I gain more experience through mocking past contests, upsolving problems, and competing in live competitions, the code in the hackpack that I bring to each contest will change.

Algorithms and Other Specialized Problem Solving Techniques

The algorithm and special technique implementations I currently bring to competitions are listed below.

Data Structures

The data structure implementations I currently bring to competitions are listed below.

Niche Problems

The niche problem implementations I currently bring to competitions are listed below.

Miscellaneous

Other useful implementations that do not fall under any of the three categories above are listed below.