Skip to content

issues Search Results · repo:tech-cow/leetcode language:Python

Filter by

99 results
 (54 ms)

99 results

intech-cow/leetcode (press backspace or delete to remove)

- [ ] 1146. Snapshot Array
  • tech-cow
  • 1
  • Opened 
    on Mar 20, 2020
  • #100

116 | Populating Next Right Pointers in Each Node BFS Solution class Solution(object): def connect(self, root): if not root: return queue = [root] while queue: ...
  • tech-cow
  • Opened 
    on Mar 19, 2020
  • #99

98 Validate BST * 7 https://leetcode.com/problems/validate-binary-search-tree 977 Squares of a Sorted Array *2 https://leetcode.com/problems/squares-of-a-sorted-array 140 Word Break II * 2 https://leetcode.com/problems/word-break-ii ...
  • tech-cow
  • Opened 
    on Feb 27, 2020
  • #98

Week 2 | Day 6 Goal DFS / Backtracking Leetcode - [x] 301 Remove Invalid Parentheses - [x] 78. Subsets - [x] 567. Permutation in String - [x] 79. Word Search - Could Trie improves Speed? ...
  • tech-cow
  • 2
  • Opened 
    on Feb 24, 2020
  • #97

  • tech-cow
  • 2
  • Opened 
    on Feb 24, 2020
  • #96

560. Subarray Sum Equals K 不懂的可以参考: https://leetcode-cn.com/problems/subarray-sum-equals-k/solution/hot-100-he-wei-kde-zi-shu-zu-python3-cong-bao-li-j/ [1:29] Start Thought Process 1. [Brute Force] ...
  • tech-cow
  • 1
  • Opened 
    on Feb 24, 2020
  • #95

Goal - Focus on High Freq Qs - [x] 560. Subarray Sum Equals K - [x] 301. Remove Invalid Parentheses - [x] 20. Valid Parentheses - [x] 921. Minimum Add to Make Parentheses Valid - [x] 1249. ...
  • tech-cow
  • 6
  • Opened 
    on Feb 21, 2020
  • #94

Week 2 | Day 1 Goal - Focus on High Freq Qs 560. Subarray Sum Equals K (x7) - [ ] 560. Subarray Sum Equals K Variation Non-negative # using sliding window. 301. Remove Invalid Parentheses (X8) ...
  • tech-cow
  • 6
  • Opened 
    on Feb 18, 2020
  • #93

  • tech-cow
  • 3
  • Opened 
    on Feb 15, 2020
  • #92

Leetcode - [ ] 65. Valid Number - [x] 314 Binary Tree Vertical Order Traversal | O(N) Time - [ ] 304 Range Sum Query 2D - Immutable | What about Mutable? - [ ] 438 Find All Anagrams in a String ...
  • tech-cow
  • Opened 
    on Feb 12, 2020
  • #91
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub