• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

Maxjoeld/Sprint-Challenge--Data-Structures-Algorithms

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

Maxjoeld/Sprint-Challenge--Data-Structures-Algorithms

开源软件地址:

https://github.com/Maxjoeld/Sprint-Challenge--Data-Structures-Algorithms

开源编程语言:

JavaScript 100.0%

开源软件介绍:

Sprint Challenge: Data Structures and Algorithms

For this sprint challenge, you'll be implementing a few functions that build off of some of the data structures you implemented in the first half of the week. Then you'll be analyzing the runtimes of all of the data structure methods.

For the algorithms portion of the sprint challenge, you'll be answering the questions posed in the exercises.pdf file regarding runtime complexities and algorithmic paradigms.

Data Structures

Before getting started, run npm install in the root-level directory to install needed dependencies for testing.

Task 1. Implement Heapsort

Inside the src directory you'll also find the heap.js file with the completed code the heap class. Your second task is to implement a sorting method called heapsort that uses the heap data structure in order to sort an array of numbers. Your heapsort function should return a new array containing all of the sorted data.

Run npm test heap to run the tests for your heapsort function to ensure that your implementation is correct.

Task 2. Analyze some runtimes

Open up the Data_Structures_Answers.md file. This is where you'll jot down your answers for the runtimes of the two functions you just implemented, as well as the methods you implemented for all of the data structures. Be sure to also answer any other questions posed in the Answers.md file!

Stretch Task. Check if a binary search tree is balanced

Navigate into the data_structures directory. Inside the src directory, you'll see the binary-search-tree.js file with the completed code for the binary search tree class. Your first task is to write a separate function (not part of the BinarySearchTree class) that receives the root node of an instance of a binary search tree and returns true if the binary search tree is perfectly balanced, i.e., all the leaf nodes of the tree reside on the same level. Your function should return false if the tree is not perfectly balanced.

Run npm test binary-search-tree to run the tests for this function to ensure that your implementation is correct.

Algorithms

For the algorithms portion of the sprint challenge, you'll be answering questions posed in the exercises.pdf document inside the algorithms directory. Add your answers to the questions in the Algorithms_Answers.md file.




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap