-
- Notifications
You must be signed in to change notification settings - Fork 436
Pull requests: codedecks-in/LeetCode-Solutions
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Added 70. Climbing Stairs Java
#71 by PranayChauhan2516 was merged Oct 6, 2020 Loading…
9 tasks done
Added python code for 189. Rotate Array & 137. Single Number II
#98 by jameszu was merged Oct 17, 2020 Loading…
13 tasks done
ADD: 162-Leetcode(Find Peak element)
#166 by jasbirrajrana was merged May 17, 2021 Loading…
11 tasks done
Problem : Given the root of a binary tree, imagine yourself standing on the right side of it, return the values of the nodes you can see ordered from top to bottom. We are using recursion to solve the problem .The tree is recursively called on the right subtree and then on the left subtree.A max level and current level counter is maintained.If the current level is gretaer than max level,we have reached the rightmost node of the level.
#177 by Carolin16 was closed Jul 3, 2021 Loading…
10 of 11 tasks
Add solution for 3rd LeetCode Practice Problem - Longest Substring Without Repeating Characters
#184 by Git-Harshit was merged Aug 2, 2021 Loading…
8 of 12 tasks
Added python Cdoe for search in sorted and rotated array and added de...
#12 by sachinnegi was merged Jul 22, 2020 Loading…
9 of 11 tasks
Binary Tree Inorder Traversal https://leetcode.com/problems/binary-tree-inorder-traversal/
#116 by MercerFrey was merged Oct 24, 2020 Loading…
2 tasks done
Generate PR for codedecks by solving any STACK/QUEUE section problem of LeetCode #90
#107 by heyyviv was merged Oct 18, 2020 Loading…
9 of 11 tasks
Number of Islands question in C++ language. Pull Request for Issue #77
#188 by Shrimadh was merged Aug 22, 2021 Loading…
Online Stock Span hacktober-fest Hacktoberfest hacktoberfest-2021
#209 by sinu-02 was closed Oct 6, 2021 Loading…
7 of 11 tasks
Add solution for leetcode #146 hacktoberfest-accepted
#67 by ongzx was merged Oct 7, 2020 Loading…
6 tasks done
Add leetcode #98 solution hacktoberfest-accepted
#65 by ongzx was merged Oct 7, 2020 Loading…
6 tasks done
Add Leetcode #5 solution hacktoberfest-accepted
#66 by ongzx was merged Oct 7, 2020 Loading…
6 tasks done
Add solution for leetcode #152 in javascript hacktoberfest-accepted
#68 by ongzx was merged Oct 6, 2020 Loading…
6 tasks done
Solved Critical-Connections-in-a-Network [LeetCode 1192 | Graph | Hard] and update Readme.md
#100 by SaumiaSinghal was merged Oct 17, 2020 Loading…
8 of 9 tasks
Remove Nth Node From End of List
#186 by hrincredible007 was closed Aug 10, 2021 Loading…
5 of 11 tasks
17. Letter Combinations of a Phone Number in C++ hacktober-fest Hacktoberfest hacktoberfest-accepted
#216 by surbhi2408 was merged Oct 3, 2021 Loading…
9 of 11 tasks
Added solution for Spiral-matrix in cpp hacktober-fest Hacktoberfest hacktoberfest hacktoberfest-2021 hacktoberfest-accepted
#205 by Nikhil-1503 was merged Oct 4, 2021 Loading…
9 of 11 tasks
Previous Next
ProTip! Add no:assignee to see everything that’s not assigned.