HexOps LogoGO CHECKPOINTSBY HEXOPS.PRO

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

Data Structure01-edu Subject ID: chunk

Chunk

Split a slice into sub-slices of a specified fixed chunk size.

View Subject on 01-edu GitHub

Checkpoint & XP Breakdown

CheckpointLevelXP per Exercise
Checkpoint 01Level 518.5k XP
Checkpoint 02Level 532.0k XP
Checkpoint 03Level 542.5k XP
Final CheckpointLevel 553.0k XP

Related Data Structure Exercises

Concat Slice
Safely concatenate multiple slice inputs into a single continuous slice.
Slice
Re-implement Python-like string slicing with start, end, and optional step bounds.
RPN Calc
Evaluate Reverse Polish Notation (postfix) arithmetic expressions using a stack.
Brackets
Validate properly matched and balanced parenthesis, brackets, and braces (), [], {}.