All Projects → FreeTymeKiyan → Leetcode Sol Res

FreeTymeKiyan / Leetcode Sol Res

Licence: mit
Clean, Understandable Solutions and Resources for LeetCode Online Judge Algorithm Problems.

Programming Languages

java
68154 projects - #9 most used programming language
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to Leetcode Sol Res

Interviews
Everything you need to know to get the job.
Stars: ✭ 54,875 (+3231.82%)
Mutual labels:  algorithm, algorithms, interview, interview-questions, leetcode, interview-preparation, interview-practice, coding-interviews
Codinginterviews
This repository contains coding interviews that I have encountered in company interviews
Stars: ✭ 2,881 (+74.92%)
Mutual labels:  algorithm, algorithms, interview, interview-questions, interview-preparation, interview-practice, coding-interviews
Leetcode
👏🏻 leetcode solutions for Humans™
Stars: ✭ 1,129 (-31.45%)
Mutual labels:  algorithm, algorithms, interview, interview-questions, leetcode, interview-preparation, interview-practice
Algorithms And Data Structures In Java
Algorithms and Data Structures in Java
Stars: ✭ 498 (-69.76%)
Mutual labels:  algorithm, algorithms, interview, leetcode, interview-preparation, interview-practice
Interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendatio…
Stars: ✭ 21,608 (+1211.96%)
Mutual labels:  algorithm, interview, interview-questions, leetcode, interview-preparation, interview-practice
Technical Interview Guide
My learning material for technical interviews!
Stars: ✭ 76 (-95.39%)
Mutual labels:  algorithms, interview, interview-questions, interview-preparation, interview-practice, coding-interviews
Tech Interview Handbook
💯 Curated interview preparation materials for busy engineers
Stars: ✭ 64,851 (+3837.52%)
Mutual labels:  algorithm, algorithms, interview-questions, interview-preparation, interview-practice, coding-interviews
Awesome Coding Interview Question Patterns
The most common question-patterns for any coding-interview
Stars: ✭ 196 (-88.1%)
Mutual labels:  algorithms, interview, interview-questions, interview-preparation, interview-practice, coding-interviews
Interviewguide
《大厂面试指北》——包括Java基础、JVM、数据库、mysql、redis、计算机网络、算法、数据结构、操作系统、设计模式、系统设计、框架原理。最佳阅读地址:http://notfound9.github.io/interviewGuide/
Stars: ✭ 3,117 (+89.25%)
Mutual labels:  algorithms, interview, interview-questions, leetcode, interview-preparation, interview-practice
Algorithms Leetcode Javascript
Algorithms resolution in Javascript. Leetcode - Geeksforgeeks - Careercup
Stars: ✭ 157 (-90.47%)
Mutual labels:  algorithms, interview, interview-questions, leetcode, interview-preparation, coding-interviews
Coderchef Kitchen
The official repository for our programming kitchen which consists of 50+ delicious programming recipes having all the interesting ingredients ranging from dynamic programming, graph theory, linked lists and much more. All the articles contain beautiful images and some gif/video at times to help clear important concepts.
Stars: ✭ 306 (-81.42%)
Mutual labels:  algorithm, interview, interview-questions, leetcode, interview-preparation, interview-practice
Algorithmic Pseudocode
This repository contains the pseudocode(pdf) of various algorithms and data structures necessary for Interview Preparation and Competitive Coding
Stars: ✭ 519 (-68.49%)
Mutual labels:  algorithms, interview-questions, leetcode, interview-preparation, interview-practice, coding-interviews
Competitiveprogrammingquestionbank
This repository contains all the popular competitive programming and DSA questions with solutions.
Stars: ✭ 122 (-92.59%)
Mutual labels:  algorithms, interview-questions, leetcode, interview-preparation, coding-interviews
Sde Interview Questions
Most comprehensive list 📋 of tech interview questions 📘 of companies scraped from Geeksforgeeks, CareerCup and Glassdoor.
Stars: ✭ 5,406 (+228.23%)
Mutual labels:  algorithm, interview-questions, interview-preparation, interview-practice, coding-interviews
Fuck Coding Interviews
How on earth can I ever think of a solution like that in an interview?!
Stars: ✭ 464 (-71.83%)
Mutual labels:  algorithms, interview, leetcode, interview-preparation, coding-interviews
Interviewroom
Contains all important data structure and algorithms problems asked in interviews
Stars: ✭ 207 (-87.43%)
Mutual labels:  algorithm, interview, interview-questions, leetcode, interview-preparation
Coding Interview University
A complete computer science study plan to become a software engineer.
Stars: ✭ 204,859 (+12338.31%)
Mutual labels:  algorithm, algorithms, interview, interview-preparation, coding-interviews
Codility lessons
Codility Lesson1~Lesson17 100% solutions with Python3 除正確解答外comment裡有解題的思考過程
Stars: ✭ 87 (-94.72%)
Mutual labels:  algorithms, interview, interview-questions, interview-practice, coding-interviews
Coding-Interview-101
Solutions to LeetCode problems filtered with companies, topics and difficulty.
Stars: ✭ 21 (-98.72%)
Mutual labels:  leetcode, interview, interview-questions, coding-interviews, interview-preparation
Leetcode Solutions
🏋️ Python / Modern C++ Solutions of All 2111 LeetCode Problems (Weekly Update)
Stars: ✭ 2,787 (+69.22%)
Mutual labels:  algorithm, interview-questions, leetcode, interview-preparation, interview-practice

LeetCode-Sol-Res

Join the chat at https://gitter.im/FreeTymeKiyan/LeetCode-Sol-Res

This repository contains solutions and resources for LeetCode algorithm problems.

The solutions are derived from my own thinking and the discussion. They are cleaned and optimized carefully, thus more readable and understandable!

An excel table for quick review before interview is also provided in resources directory.

Also want to access all codes on your Android phone? Get APAS from GooglePlay here!

Features

Readable Solutions

  • Level Categorization: Easy, Middle and Hard.
  • Problem Description and Tags on Top.
  • Clear Solution Explanation.
  • In-line Comment for Key Points.
  • Different Solutions for Comparison.
  • Test cases to help prove correctness.
  • Importable and compilable with IntelliJ.

Solutions Table for Quick Review

A table for all problems. Great for reference and review purpose!

This table has 5 sheets:

  1. LeetCode Summary(1 ~ 154)
  2. New Free Problems(155 ~ Latest)
  3. New Problems in Book(156 ~ 159, 161, 163, 167, 170, 186)
  4. Tips
  5. Other Classic Problems

Each problem row has name, level, idea, code and frequency analysis.

  • Frequency: derived from online resources and interview experience.
  • Idea: the description of the general idea of the solution.
  • Code: key steps in implementation.
  • Tips: summary of tricks and tips appeared in solutions.
  • New Problems: put into a single page because frequency is unknown.

Important and hard problems have bold title and key points are marked red.

Other Problems

LeetCode problems are not always enough. Some other popular or classic algorithm problems that worth taking a look are put in "src/main/java/com/freetymekiyan/algorithms/other/" directory for your reference.

Resources

Current resources are as followed:

  1. Problems list of Clean Code Handbook published by LeetCode.
  2. An .xlsx file for frequency and solutions.

Todo

  1. Time and Space efficiency analysis.
  2. Add new problems.
  3. Add more resources.

References

  1. LeetCode Online Judge

License

The MIT License (MIT)
  
Copyright (c) 2015 Yang Liu. http://freetymekiyan.github.io  
  
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
  
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
  
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].