合肥生活安徽新闻合肥交通合肥房产生活服务合肥教育合肥招聘合肥旅游文化艺术合肥美食合肥地图合肥社保合肥医院企业服务合肥法律

代写ecs36c 有向图程序

时间:2023-11-29  来源:合肥网hfw.cc  作者:hfw.cc 我要纠错


ecs36c
ecs36c/hw4

Homework Spec
In this homework, you will write one data structure Directed Graph, and then build two
algorithms Breath First Search (BFS) and Depth First Search (DFS) on the graph.
You will implement Graph first and then implement BFS and DFS and their related
functions.
In reality, a adjacent list does not require order, so a better way to implement them
is to use unordered_map and unordered_set (or just dynamic array). In this
homework assignment, we keep the order for easier testing.
The reason to keep a Map<NodeValue, Node> is to utilize the textbook pseudocode
and definition that modifies the fields of the node. In reality we can just use some
array or unordered_set to keep track of which vertices are visited instead of
changing its color.
Grading
You will be graded only on the same (hidden) test cases your TAs created.
We provided some tests cases in ./tests. Feel free to modify and add more test cases,
but the ./tests in your submission will not be graded. However, you will be able to see the
results for your submitted test cases on Gradescope.
DirectedGraph implementation - 30%
BFS function - 35%
DFS function - 35%
NOTE: If you are running out of time to implement all methods (or just want to see
the project can be compiled), please at least provide a syntactically valid empty
method definition for each method in lib/*.cpp .
 2 - ecs36c/hw4: Graph, BFS, Shortest Path, DFS, and Topological Sort
 3/5
DirectedGraph
Check the definition for GraphNode in lib/GraphNode.hpp.
Check the definition for Graph in lib/Graph.hpp.
Create test cases in tests/TestGraph.cpp.
NOTE When updating the edges or vertices, both _adjList and _vertices should be
updated.
Breath First Search
Implement std::vector<T> BFS(T start); defined in lib/Graph.hpp.
For the queue used in BFS , please use C++ standard library by #include 
<queue> .
Implement int shortestPath(T start, T end) defined in lib/Graph.hpp.
You can assume BFS is never called before calling shortestPath .
Create test cases in tests/TestBFS.cpp.
For formal definitions, please refer to textbook 20.2.
We provide the example graph (Figure 20.3) in test/TestBFS.cpp for you to test your
code.
Depth First Search
Implement std::vector<T> DFS(); defined in lib/Graph.hpp.
Create test cases in tests/TestDFS.cpp.
For formal definitions, please refer to textbook 20.3.
We provide the example graph (Figure 20.4) in test/TestDFS.cpp for you to test your
code.
You can implement void DFS_visit(const T &u, int &time, std::list<T> 
&record); to help add the Node.value to a record vector.
Submission
Use ./generate_submission.sh and submit hw4-submission.zip on Gradescope.
Setup
Use one of the following options to set up your environment.
README.md2023/11/25 2 - ecs36c/hw4: Graph, BFS, Shortest Path, DFS, and Topological Sort
 4/5
 If you're a student, DO NOT FORK this repository because you cannot change
the visibility of a forked repo to private. If you plan to use Git for version control
(which is encouraged), run rm -rf .git && git init (or change remote) after
setting up using one of the options below and push to your private repository. Any
public repository containing part of this homework solution will be reported to SJA.
Option 1: VS Code with Local Dev Container
If Docker is not running, start Docker.
Click the following button to set up the environment. LLooccaall DDeevv CCoonnttaaiinneerr Setup
When asked for selecting a Kit to configure CMake, choose GCC.
Option 2: VS Code with Remote Dev
Connect VS Code to the remote host.
Install C/C++ Extension Pack on Remote Server (if not already).
Run the following command inside the integrated terminal.
git clone 
Run code ./ecs36c-hw4 to open the folder.
When prompted to configure CMake, confirm and choose GCC when prompted for
kit selection

请加QQ:99515681 或邮箱:99515681@qq.com   WX:codehelp

扫一扫在手机打开当前页
  • 上一篇:CSCC43代做、R设计编程代写
  • 下一篇:代做EF5070、代写c/c++编程设计
  • 无相关信息
    合肥生活资讯

    合肥图文信息
    新能源捕鱼一体电鱼竿好用吗
    新能源捕鱼一体电鱼竿好用吗
    海信罗马假日洗衣机亮相AWE  复古美学与现代科技完美结合
    海信罗马假日洗衣机亮相AWE 复古美学与现代
    合肥机场巴士4号线
    合肥机场巴士4号线
    合肥机场巴士3号线
    合肥机场巴士3号线
    合肥机场巴士2号线
    合肥机场巴士2号线
    合肥机场巴士1号线
    合肥机场巴士1号线
    合肥轨道交通线路图
    合肥轨道交通线路图
    合肥地铁5号线 运营时刻表
    合肥地铁5号线 运营时刻表
  • 币安app官网下载

    关于我们 | 打赏支持 | 广告服务 | 联系我们 | 网站地图 | 免责声明 | 帮助中心 | 友情链接 |

    Copyright © 2024 hfw.cc Inc. All Rights Reserved. 合肥网 版权所有
    ICP备06013414号-3 公安备 42010502001045