Skip to content

This repository contains all the codes from my data structure class!

License

Notifications You must be signed in to change notification settings

ifatwme/Data-Structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Structure using C++

Introduction

hi there guys!
hope you're in peace!

This is the source code that I've been working on during my third semester.
and now I liked to share this with you so we can learn something together. :)

Guide

This tree will be updated ...


├── Class
│   ├── C10-double-linkedlist.cpp
│   ├── C11-polynomial-representation-linkedlist.cpp
│   ├── C12-polynomial-operations-linkedlist.cpp
│   ├── C13-stack-linkedlist.cpp
│   ├── C14-queue-linkedlist.cpp
│   ├── C15-trees.cpp
│   ├── C1-polynomials.cpp
│   ├── C2-sparse-matrix-representation.cpp
│   ├── C3-queue.cpp
│   ├── C4-stack.cpp
│   ├── C5-infix-to-postfix.cpp
│   ├── C6-inifix-to-prefix.cpp
│   ├── C7-maze.cpp
│   ├── C8-linked-list.cpp
│   └── C9-circular-linked-list.cpp
└── Tamrin
    ├── T1-sparse-operations.cpp
    ├── T2-postfix-to-prefix.cpp
    ├── T3-prefix-to-postfix.cpp
    ├── T4-postfix-to-infix.cpp
    └── T5-prefix-to-infix.cpp

About

This repository contains all the codes from my data structure class!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages