Skip to content

axxes8/CSE-212-Final-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures Tutorial

Welcome

Below you will find the overview for my Data Structure Tutorial. Click on any of the section headings to view that section.

Taylor Frisby - June 2021

  • What is a stack?
  • Using a stack
    • Stack of plates
    • Undo Function
  • Operations & Performance
    • Push
    • Pop
    • Peek
    • Empty
  • Code Example
  • Try it Yourself!
  • What is a Linked List?
  • Using a Linked List
    • Inserting data into a linked list
    • Removing data from a linked list
    • Accessing data from a linked list
  • Operations & Performance
    • Insert
    • Remove
    • Empty
  • Comparing Linked List to a dynamic array
  • Code Example
  • Try it Yourself
  • What is a Tree?
  • Using a Tree
    • Binary Tree
    • Binary Search Tree
    • Balanced Binary Search Tree
  • Operations & performance
    • Insert
    • Remove
    • Contains
    • Height
    • Traverse_forward
    • Traverse_reverse
    • Empty
  • Code Example
  • Try it Yourself

About

Final project for CSE 212

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages