Coddy logo

Login

menu icon
Creator image

Creator

Anonymous

Stack - Data Structures Series #1

In this course, you will learn about the Stack data structure, create a Stack from zero using your preferred language, and practice coding challenges with it!

lesson Small icon

13 Lessons

challenge Small icon

11 Challenges

Prerequisites

Basic object oriented programming knowledge in a language of your choice

bookmark iconSave for later

Introduction

Introduction

What is Stack?

Stack Project

Stack Class

push

Project lesson

top

Project lesson

pop

Project lesson

size

Project lesson

empty

Project lesson

Practice Challenges

Practice #1

Practice #2

Practice #3

Practice #4

Practice #5