samliumay / DSAA-Stack

Introduction to Stacks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DSAA-Stack

  • DSAA = Data Structures and Algorithms

Introduction

  • As a data structures and algorithms fan, I wanted to create a lesson series for people who are trying to pass Data structres and Algorithms courses. The video explanations are at my superpeer.

What is included at this page and inside the codes?

  • Explanation of Stack methods.
  • Basic Explanation of Stack Methods complexity.

What do you explain at superpeer?

  • Explaining the Stack deeply.
  • Explanation of Stack methods compelxity and how to calculate them.
  • Turkish and English versions are avaiable.

Run Locally

git clone https://github.com/samliumay/DSAA-Stack.git
cd src/main/java/Main.java
javac ComplexityExamples.java Main.java
java Main.java

About

Introduction to Stacks


Languages

Language:Java 95.8%Language:Nix 4.2%