代写AVL Tree作业、代写c/c++编程作业、代做c/c++课程设计作业、代做skeleton code作业代做数据库SQL|代写Python程序

1. General InstructionsFor this assignment you will implement functions in C for an AVL Tree. You are given askeleton C code in the following files: avl.h avl.c main.cand the file with values that should be read and added to the AVL Tree for testing your code: input.txtand a make file for compiling the code on the Schools server: MakefileComplete the missing functions or parts of functions in the skeleton code. You should use thesame names of files, functions, and variables as we specified in the skeleton code. This isbecause our grading will be based on a script that assumes that you use the samenames. Make sure your code compiles without errors using the provided makefiles for thetwo abstract data structures on the ENGR server.What to submit: Please submit only the two completed C files -- avl.c and main.c -- viaTEACH by the deadline. Please do not submit the header, compiled object or executable files.Questions regarding HW4 should be posted to HW4 Discussions on Canvas for fast response.2. AVL TreeThe main function performs the following:Initializes an empty AVL tree.Reads values from an input file and adds them to the AVL tree.Prints on the terminal all values of the AVL tree in the breadth-first fashion.Finds the minimum-cost path in the AVL tree (see details below).Prints the execution time for finding the min-cost path, on the terminal.Prints values of nodes that lie on the minimum-cost path in the AVL tree, on the terminal.The order of nodes in the print-out must strictly follow their order in the min-cost path fromthe root to the leaf.Prints a cost of the min-cost path of the AVL tree, on the terminal.Your task is to complete the missing functions or parts of functions in avl.c andmain.c. Search for the comment FIX ME to find which functions you need to complete. Thecomments before each function are aimed at clarifying the functions inputarguments, outputs, and what the function is supposed to do. Note that we will test your codewith another input.txt file.4. Grading policy: Max 100 points25 points: The code runs without memory issues, but does not print out the correct AVL tree,and does not compute the correct minimum-cost path.50 points: The code prints out the correct AVL tree, but does not compute the correctminimum-cost path.85 points: The code prints out the correct AVL tree, computes the correct minimum cost, butdoes not print out nodes of the min-cost path in the correct order from the root to the leaf(e.g., some nodes are missing, or wrongly swapped).100 points: The code prints out the correct AVL tree, and nodes of the min-cost path in thecorrect order from the root to the leaf.本团队核心人员组成主要包括BAT一线工程师,精通德英语!我们主要业务范围是代做编程大作业、课程设计等等。我们的方向领域:window编程 数值算法 AI人工智能 金融统计 计量分析 大数据 网络编程 WEB编程 通讯编程 游戏编程多媒体linux 外挂编程 程序API图像处理 嵌入式/单片机 数据库编程 控制台 进程与线程 网络安全 汇编语言 硬件编程 软件设计 工程标准规等。其中代写编程、代写程序、代写留学生程序作业语言或工具包括但不限于以下范围:C/C++/C#代写Java代写IT代写Python代写辅导编程作业Matlab代写Haskell代写Processing代写Linux环境搭建Rust代写Data Structure Assginment 数据结构代写MIPS代写Machine Learning 作业 代写Oracle/SQL/PostgreSQL/Pig 数据库代写/代做/辅导Web开发、网站开发、网站作业ASP.NET网站开发Finance Insurace Statistics统计、回归、迭代Prolog代写Computer Computational method代做因为专业,所以值得信赖。如有需要,请加QQ:99515681 或邮箱:[email protected] 微信:codehelp QQ:99515681 或邮箱:[email protected] 微信:codehelp

你可能感兴趣的:(代写AVL Tree作业、代写c/c++编程作业、代做c/c++课程设计作业、代做skeleton code作业代做数据库SQL|代写Python程序)