Skip to content

amjabb/C-Data-Structures

Repository files navigation

C-Data-Structures

Collection of Basic C++ Data Structures

Basic Searching: Sequential and Binary Search on Arrays and Linked Lists

Complex Numbers: Perform basic operations on a file containing complex numbers

Double Linked List: Stock-Portfolio Schema showing functions on a doubly linked list.

Hashing: Hashing Schema with collision handling by linear hashing, quadratic hashing and chaining(using linked lists)

Infix to Postifx using Stack: Machine converts arithmetic operations to postfix notation in order to execute.

Palindrome with Queue and Stack: Basic palindrome finder. Palindrome is a word or phrase that is the same forwards as it is backwards.

Single Linked List: Basic linked list functions on Stock objects.

About

Collection of Basic C++ Data Structures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages