Skip to content

Archive of leetcode problems that I've solved in my free time.

Notifications You must be signed in to change notification settings

rmorth/leetcodes

Repository files navigation

Leetcodes

This repo aims to archive all of the leetcode problems I've solved. It follows the following structure:

  1. Problem folder (e.g two-sum)
    1. README file
      1. Problem's details
      2. Difficulty (stated in the platform)
      3. Solution results
    2. Language folder (e.g python)
      1. Solution file(s)

Why are you solving these?

I mostly solve these to solidify knowledge and for fun when I'm bored.

Why are there no pictures of the solutions' results

Basically, they're useless! Sometimes I'd get a runtime of 60ms while other times I'd get 120ms, all with the same code. And honestly, becomes less of an hassle implementing solutions.

Resources

About

Archive of leetcode problems that I've solved in my free time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published