Skip to content
This repository was archived by the owner on Mar 21, 2026. It is now read-only.

kenttonino/DSRunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Screenshot From 2025-04-01 20-18-41


  • A CLI project that implements different Data Structure using C++.
  • A practice project while learning Data Structure and Algorithms.

Feature Status
Queue Enqueue
Queue Dequeue
Queue Display
Queue Front
Queue Rear
Binary Tree Insert
Binary Tree Inorder Traversal
Binary Tree Preorder Traversal
Binary Tree Postorder Traversal
In Progress ...


Setup

  • Install the GNU C++ Compiler (GNU) and GNU Makefile.
  • Run the computer program.
# Build the computer program.
make build

# Run the computer program with GDB.
make debug

# Run the computer program.
make run

About

A practice project while learning C++ and Data Structures.

Topics

Resources

License

Stars

Watchers

Forks

Contributors