All Projects → ltoddy → leetcode

ltoddy / leetcode

Licence: MIT License
💭💡🎈 leetcode problem's solutions with C++, Rust and Python.

Programming Languages

C++
36643 projects - #6 most used programming language
rust
11053 projects
python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to leetcode

leetcode
LeetCode solutions.
Stars: ✭ 123 (+296.77%)
Mutual labels:  leetcode
leetcode java
Objective: To improve code ability and thinking ability. 目标:提升代码能力 思维能力 每日磨刀(认认真真刷题 精刷300题 按照tag刷 顺便解决 面试中考查算法和代码的问题)把它当作个人名片去认真做这件事情
Stars: ✭ 70 (+125.81%)
Mutual labels:  leetcode
cattle
🐮 【W3Fun系列】图解数据结构与算法、LeetCode 题库(JS、C++、Python) 🏃 🏃 🏃
Stars: ✭ 26 (-16.13%)
Mutual labels:  leetcode
LeetCode-MyCodesCollection
我的LeetCode做题代码分方向汇总集合 🔥
Stars: ✭ 37 (+19.35%)
Mutual labels:  leetcode
algorithm-base
一位酷爱做饭的程序员,立志用动画将算法说的通俗易懂。我的面试网站 www.chengxuchu.com
Stars: ✭ 9,824 (+31590.32%)
Mutual labels:  leetcode
Avid-Algorithms
Basic knowledge of Data Structure and Algorithms and LeetCode solution in Python & C++.
Stars: ✭ 12 (-61.29%)
Mutual labels:  leetcode
Java
All Examples for learning Java programming and algorithms
Stars: ✭ 14 (-54.84%)
Mutual labels:  leetcode
leetcode
Golang & Python solutions for LeetCode algorithm problems
Stars: ✭ 20 (-35.48%)
Mutual labels:  leetcode
solution-leedcode-codechef-codeforces-gfg-interviewbits-hackerEarth-HackerRank
This repo contain the solution of leetcode problem and divide into category like dynamic programming, linkedlist,recursion, graph and some other section
Stars: ✭ 18 (-41.94%)
Mutual labels:  leetcode
Algorithms
✨ a bunch of algorithms in a bunch of languages ✨
Stars: ✭ 55 (+77.42%)
Mutual labels:  leetcode
category-wise-problems
contains category wise problems(data structures, competitive) of popular platforms.
Stars: ✭ 32 (+3.23%)
Mutual labels:  leetcode
leetcode-daily
leetcode daily solutions
Stars: ✭ 18 (-41.94%)
Mutual labels:  leetcode
python3-algorithms
Python3 数据结构与算法的介绍及应用。1. 数据结构:数组、链表、栈、队列、树、堆、图; 2. 典型排序算法:冒泡排序、选择排序、插入排序、希尔排序、堆排序、归并排序、快速排序、桶排序、计数排序、基数排序; 3. 查找算法: 顺序查找、二分查找、哈希表查找、二叉查找树、平衡二叉查找树(AVL树、红黑树)、平衡多路查找树(B树、B+树);4. LeetCode 和《剑指Offer》刷题、多种方法的题解
Stars: ✭ 70 (+125.81%)
Mutual labels:  leetcode
100DaysCodingChallenege
This is 100 days of competitive coding challenege . You have details of all the problem and solution that I will be solving daily for 100 days consecutively . I have added link to all the questions in read me according to days , you can try solving on your own before watching solution .
Stars: ✭ 29 (-6.45%)
Mutual labels:  leetcode
algorithm coding
推荐算法、相似度算法、布隆过滤器、均值算法、一致性Hash、数据结构、leetcode练习
Stars: ✭ 30 (-3.23%)
Mutual labels:  leetcode
leetcode-java
🎓🎓🎓 Leetcode solution in Java - 536/921 Solved. https://leetcode.com/problemset/all/
Stars: ✭ 56 (+80.65%)
Mutual labels:  leetcode
leetcode
LeetCode best(maybe) solutions with JavaScript
Stars: ✭ 16 (-48.39%)
Mutual labels:  leetcode
High-On-DSA
Repository with leetcode solutions and dedicated index to prepare for your FAANGM interviews. Feel free to share and contribute to this awesome repository.
Stars: ✭ 50 (+61.29%)
Mutual labels:  leetcode
algorithm
《数据结构与算法之美》学习笔记以及 Swift 代码实现 ,原始仓库 https://github.com/wangzheng0822/algo
Stars: ✭ 118 (+280.65%)
Mutual labels:  leetcode
Coding-Problems
💻 Solutions to coding problems from popular platforms in multiple programming languages.
Stars: ✭ 51 (+64.52%)
Mutual labels:  leetcode

The ability to use code to solve problems is very important!!!


Why should we do algorithm problems

It's undeniable that almost all programmer are API caller(laugh). But we use code to solve problems, so we need to improve out ability to solve problems with code.

There is a way to improve out ability that do the algorithm problems.

LeetCode is a OJ website that you can use it to practice.

Perhaps you may find that doing algorithm problems is more interesting than usual work.


Why I use cplusplus to solve leetcode problems

#include <bits/stdc++.h>

using namespace std;

LeetCode uses the code by default.

If you have joined the NOIP or ICPC, I believe you are familiar with above lines of code.

Right, you can use everything in the c/cpp standara library. It's very convenient to solve problems that about algorithm and datastruct.


contribute

see more

LICENSE

GitHub license

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].