py问题

时间:2021-02-11 22:17:10
【文件属性】:
文件名称:py问题
文件大小:30KB
文件格式:ZIP
更新时间:2021-02-11 22:17:10
Python 在“可以找到文件夹01到17中的问题。 在可以找到00_Rosalind中的问题。 00_FooBar中的问题:找到了您。 测试工具 链表 对于链接列表,将执行以下简单操作: class LinkedListNode ( object ): next = None def __init__ ( self , data ): self . data = data 树和图 树木 一种简单的方法来构建树: class TreeNode : def __init__ ( self , data , left = None , right = None ): self . data , self . left , self . right = data , left , right def __repr__ ( self ): return str ( self . da
【文件预览】:
py-problems-master
----03_Stacks_and_Queues()
--------3-4_2stacks1queue.py(660B)
--------3-1_threeInOne.py(1KB)
--------3-3_stackOfPlates.py(562B)
--------3-2_stackMin.py(508B)
--------3-6_animalShelter.py(929B)
--------3-5_sortStack.py(441B)
----17_Additional__Hard()
--------17-1_addWithoutPlus.py(125B)
----08_Recursion_and_Dynamic_Programming()
--------8-1_tripleStep.py(401B)
--------8-2_robotGrid.py(773B)
----01_Arrays_and_Strings()
--------1-6_stringCompression.py(531B)
--------1-4_palindromePermutation.py(862B)
--------1-7_rotateMatrix.py(1KB)
--------1-9_stringRotation.py(328B)
--------1-5_oneEditAway.py(690B)
--------1-1_isUnique.py(199B)
--------1-8_zeroMatrix.py(455B)
--------1-2_checkPermutation.py(309B)
----00_Miscellaneous()
--------minutePairs.py(1KB)
----02_Linked_Lists()
--------2-5_sumLists.py(2KB)
--------2-7_findIntersection.py(1KB)
--------2-6_palindrome.py(424B)
--------2-2_kthToLast.py(377B)
--------2-4_partition.py(391B)
--------2-1_deleteDuplicates.py(666B)
--------2-3_deleteMidNode.py(173B)
--------2-8_loopDetection.py(708B)
----05_Bit_Manipulation()
--------5-6_conversion.py(209B)
--------5-5_debugger.py(274B)
--------5-1_insertion.py(586B)
----README.md(1KB)
----00_FooBar()
--------3-3_luckyTriples.py(778B)
----10_Sorting_and_Searching()
--------10-1_sortedMerge.py(501B)
----00_Rosalind()
--------02_RNA_transcription.py(1KB)
--------01_nucleotideCounter.py(1KB)
--------03_reverse_complement.py(1KB)
----06_Math_and_Logic()
--------6-2_basketball.py(531B)
--------6-1_theHeavyPill.py(734B)
----16_Additional__Moderate()
--------16-3_intersection.py(2KB)
--------16-8_EnglishInt.py(1KB)
--------16-4_ticTacWin.py(600B)
--------16-5_factorialZeroes.py(490B)
--------16-2_wordFrequencies.py(804B)
--------16-1_numberSwapper.py(264B)
----04_Trees_and_Graphs()
--------4-8_firstCommonAncestor.py(28B)
--------4-12_pathsWithSum.py(22B)
--------4-5_validateBST.py(1KB)
--------4-3_listOfDepth.py(2KB)
--------4-0_DFS.py(304B)
--------4-7_buildOrder.py(455B)
--------4-9_BSTSequences.py(20B)
--------4-1_routeBetweenNodes.py(327B)
--------4-2_minimalTree.py(390B)
--------4-11_randomNode.py(19B)
--------4-0_BFS.py(151B)
--------4-10_checkSubtree.py(21B)
--------4-4_checkBalanced.py(564B)
--------4-6_successor.py(523B)

网友评论