Skip to content

leabs/leetcode-answers

Repository files navigation

LeetCode Answers

I'm doing the daily javascript challenges on LeetCode for the whole year of 2023. I'm using this site to document my progress and to share my solutions. This is a great way to learn and practice javascript.

I am not a JS wizard, so I'm sure there are better ways to solve these problems. If you have any suggestions, please feel free to comment on the post! Some I will admittedly look up if I get stuck. I am still learning and don't have all the answers, but seeing (sometimes) complex questions and answers is beneficial. In cases where I do look up the answer, I will link to the solution I used above the solution's code block.

Site Info

This site is built with Jekyll and hosted on Vercel.

Live site deployed HERE

Requirements

To build and run this site locally, you will need

Build and Run Locally

  1. Download, clone, or fork this repository.
  2. cd into the directory.
  3. Run bundle install to install the dependencies.
  4. Run bundle exec jekyll serve to start the server.
  5. Navigate to http://localhost:4000/ to view the site.

Adding a New Post

To add a new post quickly, we can use Jekyll-compose by running the following command:

bundle exec jekyll compose "TITLE_HERE"

About

Jekyll daily blog solving the LeetCode question of the day in Javascript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •