Skip to content

jerfuj/dsa-notes

Repository files navigation

DSA Notes

After graduating from Hack Reactor's Software Engineering Immersive Bootcamp, I recognized that data structures & algorithms would be a weakness of mine as I entered the job search. Because of this, I immediately enrolled in Colt Steele's JavaScript Algorithms and Data Structures Masterclass to further my learning in this area. At the same time, I also took Maximillian Schwarzmüller's Next.js & React - The Complete Guide because I really wanted to learn Next.js. As a result of these two courses, I created this Next.js application to hold my growing set of DS&A notes, as well as any interesting toy problems I come across.

Technologies Used

  • Next.js
  • React
  • CSS Modules

Screenshots

Homepage

Home page

Toy Problem Example

Toy Problem Example

Installation

npm install
npm run build
npm start