This project is a simple CL tool that includes various multiple choice questions focused on key characteristics of data structures and algorithms. It is my hopes that this serves as a good refresher for when things feel hazy long after the initial learning session.
- Clone project
- CD into directory
- Run
node index.js
- Structure questions according to the topic so that data can easily be managed.
- Topics can be selected before doing a quiz.
- Question and question answer order randomization.