This repo will hold code, notes, and assigmnets for a data structures and algorithms course.
All C/C++ code is formatted using clang-format using the LLVM format.
clang-format -style=llvm <file name goes here>
All Python code is formatted using black.
black <file name goes here>