All Projects → chenyanzhe → Leetcode

chenyanzhe / Leetcode

Licence: mit
C++ Solutions of LeetCode Problems

Projects that are alternatives of or similar to Leetcode

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 (+50151.16%)
Mutual labels:  interview, leetcode
Fuck Coding Interviews
How on earth can I ever think of a solution like that in an interview?!
Stars: ✭ 464 (+979.07%)
Mutual labels:  interview, leetcode
Free Programming Books
📚码农周报 免费的编程书籍,leetcode(力扣)题解、前端算法题,牛客网前端大厂面试题题解、提升工作效率的常用工具等📈🎉
Stars: ✭ 345 (+702.33%)
Mutual labels:  interview, leetcode
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 (+611.63%)
Mutual labels:  interview, leetcode
Vscode Leetcode
Solve LeetCode problems in VS Code
Stars: ✭ 6,982 (+16137.21%)
Mutual labels:  interview, leetcode
Algorithm
常用算法和数据结构讲解,面试算法题/leetcode解题,提供golang/js版本
Stars: ✭ 312 (+625.58%)
Mutual labels:  interview, leetcode
Leetcode Swift
Solutions to LeetCode by Swift
Stars: ✭ 4,099 (+9432.56%)
Mutual labels:  interview, leetcode
interview-leetcode
【📚 技术面试高频算法+真实面试各类问答+学习指南】助力快速复习找到工作,涵盖大部分程序员所需要掌握的核心知识。
Stars: ✭ 161 (+274.42%)
Mutual labels:  leetcode, interview
Algorithm interview notes Chinese
学习笔记:自然语言处理(NLP)/深度学习(Deep Learning)/机器学习(Machine Learning)/Python/Pytorch
Stars: ✭ 29 (-32.56%)
Mutual labels:  interview, leetcode
Cs Summary Reflection
💡 Java、Scala、Rust、Python、Kotlin etc.「learning & notes & blogs, leetcode implementation in multiple languages. welcome to contribute」📈
Stars: ✭ 522 (+1113.95%)
Mutual labels:  interview, leetcode
Interview
Interview = 简历指南 + LeetCode + Kaggle
Stars: ✭ 7,207 (+16660.47%)
Mutual labels:  interview, leetcode
Awesome Algorithm Question Solution
LeetCode,《剑指offer》中的算法题的题目和解法以及常见算法的实现
Stars: ✭ 988 (+2197.67%)
Mutual labels:  interview, leetcode
Stl cheat sheets
C++ STL Cheat Sheets.
Stars: ✭ 293 (+581.4%)
Mutual labels:  interview, leetcode
Leetcode
LeetCode Top 100 Liked Questions | Top Interview Questions | LeetCode 用户最喜欢的100题 | 面试最容易被问到的题
Stars: ✭ 312 (+625.58%)
Mutual labels:  interview, leetcode
Leetcode 101
LeetCode 101:和你一起你轻松刷题(C++)
Stars: ✭ 5,327 (+12288.37%)
Mutual labels:  interview, leetcode
Go Leetcode
Golang solution for leetcode
Stars: ✭ 380 (+783.72%)
Mutual labels:  interview, leetcode
Coder
求职信息 组队刷题 经验交流
Stars: ✭ 22 (-48.84%)
Mutual labels:  leetcode, interview
Java
All Examples for learning Java programming and algorithms
Stars: ✭ 14 (-67.44%)
Mutual labels:  leetcode, interview
Algorithms And Data Structures In Java
Algorithms and Data Structures in Java
Stars: ✭ 498 (+1058.14%)
Mutual labels:  interview, leetcode
Leetcodetop
汇总各大互联网公司容易考察的高频leetcode题🔥
Stars: ✭ 11,441 (+26506.98%)
Mutual labels:  interview, leetcode

LeetCode

Language License

Getting Started

Requirements

  • C++11 compatible compiler: g++ (version >= 4.2), or clang++ (version >= 3.0)
  • CMake (version >= 3.0.2)

Build Instructions

mkdir -p build
cd build
cmake ..
make

Testing

All solutions have unit tests powered by Catch framework. To run the tests, execute tests/Test.

Expected output:

===============================================================================
All tests passed (xxxx assertions in xxx test cases)

Categories

Array

# Title Solution Difficulty Tag Note
1 Two Sum src test Easy
548 Split Array with Equal Sum src test Medium 🔒
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].