HexOps LogoGO CHECKPOINTSBY HEXOPS.PRO

Official 01-edu Go piscine roadmap & subject index powered by hexops.pro.

Data Structure01-edu Subject ID: rpncalc

RPN Calc

Evaluate Reverse Polish Notation (postfix) arithmetic expressions using a stack.

View Subject on 01-edu GitHub

Checkpoint & XP Breakdown

CheckpointLevelXP per Exercise
Checkpoint 03Level 976.5k XP
Final CheckpointLevel 995.4k XP

Related Data Structure Exercises

Concat Slice
Safely concatenate multiple slice inputs into a single continuous slice.
Chunk
Split a slice into sub-slices of a specified fixed chunk size.
Slice
Re-implement Python-like string slicing with start, end, and optional step bounds.
Brackets
Validate properly matched and balanced parenthesis, brackets, and braces (), [], {}.