Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 736 Bytes

README.md

File metadata and controls

50 lines (31 loc) · 736 Bytes

Data Structures and Algorithms Project

This repository pretends to have each basic data structure and each basic algorithm, developed in c++ in a console app

Features

  • Object Oriented Programming
  • Templates
  • Multi Operating System Support

Algorithms Included

Algorithms

  • Chronometer *
  • Data types in c++
  • Date Validator
  • Number integer to binary

Administration

  • Base Administration Class (Parent)

Data Structures Algorithms

  • Objects

    • Simple Node
    • Double Node
  • Lists

    • Array List
    • Linked List
    • Double Linked List
    • Circle Linked List
  • Queues

    • Array Queue
    • Linked Queue
  • Stacks

    • Array Stack
    • Linked Stack

notes

  • (*) don't work yet