Coddy logo
Store
Leaderboard
menu icon
Loading...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!

13 Lessons

11 Challenges

Prerequisites

Basic object oriented programming knowledge in a language of your choice

Save 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