Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / careercup/CtCI-6th-Edition-Python issues and pull requests
#99 - C04_P02 Minimal Tree is wrong -> Creating a node with 2 parents
Issue -
State: closed - Opened by PabloRR100 over 5 years ago
- 1 comment
#98 - C08_P04 - Update 84PowerSet.py
Pull Request -
State: closed - Opened by VimanyuAgg over 5 years ago
- 1 comment
#97 - C02_P05 - Modified for optimization
Pull Request -
State: closed - Opened by ghost almost 6 years ago
- 1 comment
#96 - C17_P01 - Add Without Plus problem (Ch. 17 #1)
Pull Request -
State: closed - Opened by yfalcon8 almost 6 years ago
- 1 comment
#95 - C17_P02 - Adding the Shuffle problem (Ch. 17 #2)
Pull Request -
State: closed - Opened by yfalcon8 almost 6 years ago
- 1 comment
#94 - C02_P06 - Palindrome with DoubleLinkedList [ERROR]
Issue -
State: closed - Opened by PabloRR100 almost 6 years ago
- 1 comment
#93 - C01_P08 - Chapter 1: Zero Matrix
Issue -
State: closed - Opened by ShivamSomani almost 6 years ago
- 2 comments
#92 - Chapter 2 Question 8, simpler solution
Issue -
State: closed - Opened by amir-bio almost 6 years ago
- 1 comment
#91 - C04_P12 - Create Paths_with_Sum.py
Pull Request -
State: closed - Opened by damienlancry almost 6 years ago
- 1 comment
#90 - C04_P10 - Create CheckSubtree.py
Pull Request -
State: closed - Opened by damienlancry almost 6 years ago
- 1 comment
#89 - C04_P09 - Create BSTsequences.py
Pull Request -
State: closed - Opened by damienlancry almost 6 years ago
- 1 comment
#88 - C01_P02 - Alternative Solution to the Problem 1.2
Pull Request -
State: closed - Opened by samupra almost 6 years ago
- 1 comment
#87 - C04_P11 - Create 411RandomNode.py
Pull Request -
State: closed - Opened by damienlancry almost 6 years ago
- 1 comment
#86 - C04_P08 - Create 48FirstCommonAncestor.py
Pull Request -
State: closed - Opened by damienlancry almost 6 years ago
- 1 comment
#85 - C04_P07 - Create 47BuildOrder.py
Pull Request -
State: closed - Opened by damienlancry almost 6 years ago
- 2 comments
#84 - C04_P06 - Create 46successor.py
Pull Request -
State: closed - Opened by damienlancry almost 6 years ago
- 1 comment
#83 - C04 - Create BinarySearchTree.py
Pull Request -
State: closed - Opened by damienlancry almost 6 years ago
- 1 comment
#82 - C04_P05 - Create validateBST.py
Pull Request -
State: closed - Opened by damienlancry almost 6 years ago
- 1 comment
#81 - C04 Create BinaryTree.py
Pull Request -
State: closed - Opened by damienlancry almost 6 years ago
- 1 comment
#80 - C04_P03 - Create 43ListOfDepth.py
Pull Request -
State: closed - Opened by damienlancry almost 6 years ago
- 1 comment
#79 - C10_P09 - Create 09SortedMatrix.py
Pull Request -
State: closed - Opened by damienlancry almost 6 years ago
Labels: enhancement
#78 - C03 - Create Stack.py
Pull Request -
State: closed - Opened by damienlancry almost 6 years ago
- 1 comment
#77 - C03_P05 - Create 35SortStack.py
Pull Request -
State: closed - Opened by damienlancry almost 6 years ago
- 1 comment
#76 - C04_P02 - Simplified midpoint and rounded to int for indexing
Pull Request -
State: closed - Opened by mathemakitten almost 6 years ago
- 1 comment
#75 - Rounded midpoint down to integer for indexing
Pull Request -
State: closed - Opened by mathemakitten almost 6 years ago
#74 - Renamed files to be more pythonic
Pull Request -
State: closed - Opened by ghost about 6 years ago
#73 - Update URLify.py
Pull Request -
State: closed - Opened by thomasjk10 about 6 years ago
- 1 comment
#72 - C17_P01 - Added Chapter 17 Solution
Pull Request -
State: closed - Opened by kyle8998 about 6 years ago
- 1 comment
#71 - Examples and README.txt for problems
Issue -
State: closed - Opened by Twoody about 6 years ago
- 1 comment
#70 - Problem 1.3 URLify
Issue -
State: closed - Opened by rando3 about 6 years ago
- 11 comments
#69 - C04_P03 C04_P04 - Added some Python solutions for Chapter 4
Pull Request -
State: closed - Opened by Noobron about 6 years ago
- 1 comment
#68 - C01_P05 - Alternative implementation for OneAway.py
Pull Request -
State: closed - Opened by muchshibewow about 6 years ago
- 1 comment
#67 - C05_P01 C05_P02 - Chapter 5 solutions (partial)
Pull Request -
State: closed - Opened by bandarji over 6 years ago
- 3 comments
#66 - C01_P06 - Problem1.6 String compression edge case
Issue -
State: closed - Opened by 921kiyo over 6 years ago
- 3 comments
#65 - C02_P01 Tail removed
Issue -
State: closed - Opened by fg91 over 6 years ago
- 1 comment
#64 - C16_P06 C16_P08 C16_P19 C16_P26 - Moderate added with solutions to four problems
Pull Request -
State: closed - Opened by ravikailash over 6 years ago
- 1 comment
#63 - EX01 Added Ex_01 to Introduction/BIG_O
Pull Request -
State: closed - Opened by BZAghalarov over 6 years ago
- 1 comment
#62 - C16_P01 C16_P02
Pull Request -
State: closed - Opened by hchiam over 6 years ago
- 1 comment
#61 - C04_P03 list of depths
Pull Request -
State: closed - Opened by kyle8998 over 6 years ago
- 1 comment
#60 - What happens if there are no trailing spaces? it fails
Issue -
State: closed - Opened by turangojayev over 6 years ago
#59 - C01_P06 - optimized space complexity to O(1)
Pull Request -
State: closed - Opened by abishr12 almost 7 years ago
#58 - Chapter 2 Question 7 Test Case
Issue -
State: closed - Opened by erikyangs almost 7 years ago
- 1 comment
#57 - C01_P08 - ZeroMatrix: optimise for the case when all elements are zero
Pull Request -
State: closed - Opened by TheRusskiy almost 7 years ago
#56 - C03_P04 - Python solution for 3.4 - Queue via Stacks
Pull Request -
State: closed - Opened by Kirdan about 7 years ago
- 1 comment
#55 - C02_P02 - Go as far as the last data point
Pull Request -
State: closed - Opened by karanchawla about 7 years ago
- 1 comment
#54 - C01_P02 - More pythonic version
Pull Request -
State: closed - Opened by karanchawla about 7 years ago
- 1 comment
#53 - C01_P02 - Removed necessity of external imports
Pull Request -
State: closed - Opened by Salil999 about 7 years ago
- 1 comment
#52 - C02 - linked_list - Doubly linked list code error - fixed
Pull Request -
State: closed - Opened by excerebrose over 7 years ago
- 1 comment
#51 - More pythonic solution for problem 1.7
Issue -
State: closed - Opened by ms940416 over 7 years ago
- 3 comments
#50 - C01_P06 - Update StringCompression.py
Pull Request -
State: closed - Opened by nderkach over 7 years ago
- 1 comment
#49 - a much simpler solution
Pull Request -
State: closed - Opened by CNuge over 7 years ago
- 1 comment
#48 - C02_P02 - Update code to fit python style guide.
Pull Request -
State: closed - Opened by aftrant over 7 years ago
#47 - C10_P01 - Update 101SortedMerge.py
Pull Request -
State: closed - Opened by Luckylau over 7 years ago
- 1 comment
Labels: bug
#46 - BUG: LinkedList.py: DoubleLinkedList error
Pull Request -
State: closed - Opened by csabella over 7 years ago
#45 - C08_P04 - Update 84PowerSet.py
Pull Request -
State: closed - Opened by Luckylau over 7 years ago
- 1 comment
#44 - C08_P11 - calculate the way to representing n cents by coins
Pull Request -
State: closed - Opened by irkartem over 7 years ago
- 1 comment
#43 - C08_P09 - Generate all permutation, and check each
Pull Request -
State: closed - Opened by irkartem over 7 years ago
- 1 comment
#42 - added program for permutations of a string without dups
Pull Request -
State: closed - Opened by bharatnc over 7 years ago
#41 - C02_P08 - Solution from slcott
Pull Request -
State: closed - Opened by irkartem over 7 years ago
- 1 comment
#40 - C04_P03 C04_P04 C04_P05 C04_P07 C05_P01 C05_P02 C08_P02 - Additional solutions
Pull Request -
State: closed - Opened by nof20 over 7 years ago
- 5 comments
#39 - C04_P01 - update route btwn nodes, uses dict, no imports
Pull Request -
State: closed - Opened by ayesha-omarali almost 8 years ago
- 2 comments
#38 - Optimize file CheckPermutation.py to be more Pythonic.
Pull Request -
State: closed - Opened by 1st almost 8 years ago
- 3 comments
#37 - C01_P08 - Update ZeroMatrix.py- enumerate(), 1 func, index()
Pull Request -
State: closed - Opened by ayesha-omarali almost 8 years ago
#36 - C01_P07 - Update RotrateMatrix.py - shorter, zip, range()
Pull Request -
State: closed - Opened by ayesha-omarali almost 8 years ago
- 1 comment
#35 - C01_P06 - StringCompression.py - list comp, range(), join()
Pull Request -
State: closed - Opened by ayesha-omarali almost 8 years ago
- 1 comment
#34 - C01_P05 - OneAway.py - done in 1 func, uses sets(), dic()
Pull Request -
State: closed - Opened by ayesha-omarali almost 8 years ago
- 1 comment
#33 - C01_P04 - PalindromePermutation.py - 1 func, uses dic
Pull Request -
State: closed - Opened by ayesha-omarali almost 8 years ago
#32 - URLify.py - use HOF, lambda, list splices
Pull Request -
State: closed - Opened by ayesha-omarali almost 8 years ago
- 1 comment
#31 - C01_P02 - cleaner, easier to read/understand
Pull Request -
State: closed - Opened by ayesha-omarali almost 8 years ago
#30 - 88 permutations with dups
Pull Request -
State: closed - Opened by acandelaria1 almost 8 years ago
- 1 comment
#29 - 87 permutations without dups
Pull Request -
State: closed - Opened by acandelaria1 almost 8 years ago
#28 - 85 recursive multiply
Pull Request -
State: closed - Opened by acandelaria1 almost 8 years ago
#27 - Added implementation for 8.4
Pull Request -
State: closed - Opened by acandelaria1 almost 8 years ago
#26 - Added Implementation for 8.2
Pull Request -
State: closed - Opened by acandelaria1 almost 8 years ago
#25 - Add alternative implementation to 1.5 "One Away"
Pull Request -
State: closed - Opened by bartekbrak almost 8 years ago
#24 - 8_Loop_Detection.py bug
Issue -
State: closed - Opened by slcott almost 8 years ago
#23 - C01_P02 - Use Counter's functionality
Pull Request -
State: closed - Opened by omerzk almost 8 years ago
#22 - Master
Pull Request -
State: closed - Opened by vvedanta about 8 years ago
- 2 comments
#21 - 4_FixedBug_Partition.py
Pull Request -
State: closed - Opened by ghost about 8 years ago
- 1 comment
#20 - Python code lacking
Issue -
State: closed - Opened by afzal273 about 8 years ago
- 1 comment
#19 - C03_P01 C03_P02 C03_P03 C03_P04 C03_P05 C03_P06 C08_P06 Addition of Code for Chapter 3 and also refactoring code
Pull Request -
State: closed - Opened by dwardu89 about 8 years ago
- 3 comments
#18 - Fix name function
Pull Request -
State: closed - Opened by papay0 about 8 years ago
- 1 comment
#17 - Mk refactoring linked list doubly linked list
Pull Request -
State: closed - Opened by bravominski about 8 years ago
- 1 comment
#16 - Chapter Two maybe test cases?
Issue -
State: closed - Opened by bravominski about 8 years ago
- 2 comments
#15 - fixed one_edit_insert function and added one more test case
Pull Request -
State: closed - Opened by bravominski about 8 years ago
- 9 comments
#14 - adding one line solution for isUnique
Pull Request -
State: closed - Opened by bravominski about 8 years ago
- 2 comments
#13 - suggesting linear time solution
Pull Request -
State: closed - Opened by bravominski about 8 years ago
- 1 comment
#12 - Add 3.3 stack of plates
Pull Request -
State: closed - Opened by kevinwilde about 8 years ago
- 1 comment
#11 - OneAway bug
Issue -
State: closed - Opened by jrusev over 8 years ago
- 4 comments
#10 - C01_P01 - optimize IsUnique.py
Pull Request -
State: closed - Opened by zhuyuecai over 8 years ago
#9 - Solution/c8 q4
Pull Request -
State: closed - Opened by stphivos over 8 years ago
#8 - adding md5 checksum solution to permutation
Pull Request -
State: closed - Opened by kpx-dev over 8 years ago
- 1 comment
#7 - Updates CheckPermutation.py
Pull Request -
State: closed - Opened by loganmeetsworld over 8 years ago
- 2 comments
#6 - URLify.py
Issue -
State: closed - Opened by tyrantkhan over 8 years ago
- 3 comments
#5 - Trimmed dead code.
Pull Request -
State: closed - Opened by ghost over 8 years ago
- 2 comments
#4 - PalindromePermutation.py bug
Issue -
State: closed - Opened by mulhod over 8 years ago
- 1 comment
#3 - Printing node of binary tree with left and right child for better visualization
Pull Request -
State: closed - Opened by yashbathia over 8 years ago
- 3 comments
#2 - chapter 4 solutions
Pull Request -
State: closed - Opened by kv-kunalvyas over 8 years ago
- 1 comment
#1 - Update IsUnique.py
Pull Request -
State: closed - Opened by Leaf27 over 8 years ago
- 1 comment