Skip to content

sakhawy/Humphman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Compiling .asm

e.g. binary_tree.asm:

nasm -g -f elf64 -o binary_tree.o binary_tree.asm && gcc -g -o binary_tree binary_tree.o -no-pie

P.S.

The project was split into sub-problems. It's yet to be completed.

β˜‘ Representing and operating on binary trees (pointers)

β˜‘ Representing and operating on binary trees (sequential representation, 1D arrays)

β˜‘ Loading & exporting binary trees (in their sequential representation)

β˜‘ Array operations (pop, insert, selection sort)

☐ Compressing text

☐ Decompressing text

I documented my process in public from getting the idea to approaching challenges on this twitter thread.

PROJ.webm

About

legalizing nuclear bombs πŸ’€

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published