Skip to content

pradoz/introduction-to-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Introduction to Algorithms Textbook Implementations in the Zig programming language

Common Commands

# run all tests
zig build test

# run specific test suites
zig build test-lib
zig build test-main
zig build test-sorting
zig build test-insertion
zig build test-integration

# generate docs
zig build docs

About

Introduction to Algorithms Textbook Implementations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages