User Tools

Site Tools


notes:data:fall2022:projects:sln1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
notes:data:fall2022:projects:sln1 [2022/09/15 02:10] – [Useful commands] bbarrow1notes:data:fall2022:projects:sln1 [2022/09/15 02:22] (current) – [Useful commands] bbarrow1
Line 28: Line 28:
 </blockquote> </blockquote>
 =====PROGRAM===== =====PROGRAM=====
-Program should be able to perform specifications displayed inside the files. For example, inside src/node/mk.c, rm.c, and cp.c should be able to make nodes, remove nodes, and copy nodes, respectively. Some files inside app/node/ have little to no needed code and only test your src/node/ files. If your files are made correctly and to project specifications it should work well and similar to some of your sln0 pseudocode. Most, if not all, of the specifications will be commented inside the files with what you need to do. +Program should be able to perform specifications displayed inside the files. For example, inside src/node/mk.c, rm.c, and cp.c should be able to make nodes, remove nodes, and copy nodes, respectively. Some files inside app/node/ have little to no needed code and only test your src/node/ files. If your files are made correctly and to project specifications it should work well and similar to some of your sln0 pseudocode. Most, if not all, of the specifications will be commented inside the files with what you need to do.\\  
 +When making the three programs, first look at "node.h" as it will tell you how to go about programing them, for example when making a node you know that the node will have a node->right and a node->info. 
 +When copying the node you do not need to allocate space, rather use an existing function. 
 +When removing you should think about how malloc works and what the node would become. 
 +In each of these codes think about what it is you want to be returned.\\ 
 **Directories containing vital project information:** **Directories containing vital project information:**
   * ''/inc/'' contains your header files used in most programs(contains options used such as "right" and "info")   * ''/inc/'' contains your header files used in most programs(contains options used such as "right" and "info")
Line 112: Line 115:
 </cli> </cli>
  
-Upgrade to the next project (sll0) +Upgrade to the next project (sll0)\\  
-*Note this takes current sln1 directory and copies your codes into sll0, use only when done.+**Note this takes current sln1 directory and copies your codes into sll0, use only when done.**
 <cli> <cli>
 USERNAME@lab46:~/src/fall2022/sln1$ make upgrade-sll0 USERNAME@lab46:~/src/fall2022/sln1$ make upgrade-sll0
notes/data/fall2022/projects/sln1.1663207859.txt.gz · Last modified: 2022/09/15 02:10 by bbarrow1