- By Emmanuel Valverde
- ·
- Posted 22 Mar 2024
Advanced Katas
You have reached the highest level. You have completed the learning phases and we move on to the more complex katas. Remember that in the link of..
This week we have a new kata created for us by Jordan Colgan; Stacks
In computing terms, a stack is an abstract data type that dates back to 1946 when Alan Turing documented the terms 'bury' and 'unbury' as a means of calling a returning subroutines.
The idea behind a stack, in computer terms, is that a stack is a collection of elements where you can add or remove from the collection:
In this week's kata; Stack, you are tasked with building a stack data type which supports not just push and pop but also:
As Jordan notes, day to day, you may not have to build a stack yourself, but you will very likely come across them in the form of a call stack, which is why this is an important kata to practice with.
Getting set up can be the roadblock to starting a kata. In our screenkatas you can join our Software Craftspeople and let them show you how to set up your repositories for Java, PHP, Python and Typescript. For other languages, check out our guide on GitHub.
Love our #kataday challenges? Then find them all here and don't forget that our Katalyst portal is filled with programming problems to expand and sharpen your coding skills.
You have reached the highest level. You have completed the learning phases and we move on to the more complex katas. Remember that in the link of..
Our recommendation is that you first go through Object-Oriented Programming katas so that you can move on to more complex testing concepts. If so, we..
Once basic concepts such as conditionals, loops, and simple structures have been introduced and reinforced, and TDD has been strictly practiced, it's..
Join our newsletter for expert tips and inspirational case studies
Join our newsletter for expert tips and inspirational case studies