Data Structure Algorithms

Repository that contains methods to simulate the concepts of ordering and items in sets learned in data structure.

Introduction

These are exercises from Data Structure classes, each of them has its corresponding statement and answer.

About

1st This is an algorithm that transforms a mathematical equation from infix to postfix form. More information

2nd This is an algorithm that solves equations in infix form.

3rd Algorithm that performs a potentiation operation using recursion

4th An algorithm that solves the game Tower of Hanoi.

5th A collection of 5 sorting algorithms, they are Bubble Sort, Selection Sort, Insertion Sort, Quick Sort and Comb Sort

Contact