dataStructures:我创建此仓库作为数据结构的摘要

时间:2024-06-10 12:12:59
【文件属性】:

文件名称:dataStructures:我创建此仓库作为数据结构的摘要

文件大小:20KB

文件格式:ZIP

更新时间:2024-06-10 12:12:59

JavaScript

概括 我创建了此回购协议,作为我为进行技术面试准备而一直在练习的数据结构和练习的摘要,全部使用JavaScript。 如果您有任何意见或其他观点,请随时与我联系! 检查我的投资组合:macarenacg.com 最好,玛卡 链表 添加:添加一个新的Node接受1个参数data insertAt:在指定的索引中插入数据,接受2个参数data && index 删除:从列表中删除数据。 接受1个参数data deleteFrom:从指定位置删除数据,接受1个参数index isEmpty:指示列表是否为空 getSize:返回列表的大小。 哈希表 An Array to hold values, and a hash function that transform a string key into a numerical index 树 二进制搜索树 排序 QuickS


【文件预览】:
dataStructures-master
----CrackingCodingInterview()
--------1.5-One-Away.js(2KB)
--------1.1-IsUnique.js(2KB)
--------1.4-PalindromPermutation.js(1KB)
--------1.2-CheckPermutation.js(321B)
--------1.3-URLLify.js(605B)
----Sorts()
--------quickSort.js(751B)
--------mergeSort.js(1KB)
----Breadth-first Search()
--------bfs.js(556B)
----Reacto()
--------Sodoku()
--------SubSet()
--------20. Valid Parentheses()
--------SentencesThatContainsPhrases()
--------ReverseList()
----LinkedList()
--------test.js(576B)
--------RemoveTheN.js(324B)
--------LinkedList.js(2KB)
--------DeleteNodeLinkedList.js(398B)
----README.md(2KB)
----BinarySearchTree()
--------binarySearch.js(469B)

网友评论