HexOps LogoGO CHECKPOINTSBY HEXOPS.PRO

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

Data Structure01-edu Subject ID: slice

Slice

Re-implement Python-like string slicing with start, end, and optional step bounds.

View Subject on 01-edu GitHub

Checkpoint & XP Breakdown

CheckpointLevelXP per Exercise
Checkpoint 02Level 638.4k XP
Checkpoint 03Level 651.0k XP
Final CheckpointLevel 663.6k 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.
RPN Calc
Evaluate Reverse Polish Notation (postfix) arithmetic expressions using a stack.
Brackets
Validate properly matched and balanced parenthesis, brackets, and braces (), [], {}.