Skip to content

CPSC 350 Data Structures and Algorithms - Chapman Universities

License

Notifications You must be signed in to change notification settings

Z3DDev/CUDataStructures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chapman University Data Structures and Algorithms

Chapman Universities Data Structures and Algorithms (C++) course work

Getting Started

These instructions will help you create a copy of the project and run it on your local machine for testing purposes

Requirements

Windows

  • Git/Git Bash/GitHub Desktop/Atom (and/or any editor of your choice)
  • Note: programs will NOT be able to run on Windows (EDIT Only)

Linux/MacOS

  • Any editor of your choice
  • g++ compiler

Installation

Clone/Download the Repository

git clone https://github.com/Jagod101/CUDataStructures.git

Compile Code

In order to compile the projects, it is required to have g++

g++ *.cpp						[Compiles the .cpp files for the program]
./a.out							[Result of the compiled code, the actual program]

Git Integration

To Navigate Git/Terminal

cd <Insert Directory Name>

Helpful Git/Terminal Commands

mkdir <Directory/Folder Name>				[Creates a Folder]
touch <FileName.FileEnding>				[Creates a File]
cat <File>						[Prints Contents of File to the Screen]
mv <File> <Folder>					[Moves a File to a Specified Folder]

Git Specific Commands

git status						[Check the Status on Local]
git commit -m "<Message>"				[Commit Local Changes for Repo]
git push						[Push Local Changes to Repo]

In-Class Work/Examples

Assignments List

  1. Hello World!

    • Individual Project
  2. C++ Review (DNA & Nucleotides)

  3. The Game of Life

  4. Syntax Checker

  5. Registrar’s Office Simulation

  6. Building a Database with Binary Search Trees

  7. Sorting

License

Students (and other persons) are allowed to refer to and use the code contained within this repository, however, plagiarism will not be tolerated. Please refer to the Chapman Coding Standards for proper format in using for your project.

You may review the Full License on the Creative Commons Website http://creativecommons.org/licenses/by-nc-sa/3.0/ Or you can review the following document for proper use of the material LICENSE.md

About

CPSC 350 Data Structures and Algorithms - Chapman Universities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published