Skip to content

Solutions to Leet Code problems from the ICL student Leet Code practice sessions.

Notifications You must be signed in to change notification settings

davideberius/LeetCodeSolutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICL Student Leet Code Slutions

This repository is a place for ICL students to put their Leet Code solutions for reference and possible improvement. The goal is to add our solutions after our weekly Leet Code meetings so those that missed have a reference for what we did. We will also be updating this repo with the backlog of completed solutions when we have time. Note: Some of these solutions are our initial attempts and are not great solutions. Some solutions will have little or no comments.

Directory Structure and Naming Conventions

There are three main directories in this repo: easy, medium, and hard. As the names suggest, they determine the difficulty of the problem as shown on the Leet Code website. The solution file only needs to have the solution function and any helper functions needed for the solution to run on Leet Code. If you want to test a solution, you will have to run it on the Leet Code website for now. We may add a test suite in the future if we have extra time.

Welcome to GitHub Pages

You can use the editor on GitHub to maintain and preview the content for your website in Markdown files.

Whenever you commit to this repository, GitHub Pages will run Jekyll to rebuild the pages in your site, from the content in your Markdown files.

Jekyll Themes

Your Pages site will use the layout and styles from the Jekyll theme you have selected in your repository settings. The name of this theme is saved in the Jekyll _config.yml configuration file.

Support or Contact

Having trouble with Pages? Check out our documentation or contact support and we’ll help you sort it out.

About

Solutions to Leet Code problems from the ICL student Leet Code practice sessions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages