Skip to content

earthfail/priority-Queue-Animated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple animation of priority Queue (min heap)

Demo

Plan

  • add animation for deleting a node
  • incorporate huffman encoding
  • improve ui and support keyboard

Installation

first we need zig, you can find it on ziglang. Second we need raylib, a graphics library:

  1. zig fetch --save=raylib https://github.com/raysan5/raylib/archive/<hash>.tar.gz and replace with appropriate hash
  2. add the following to build.zig:
const raylib_dep = b.dependency("raylib", .{
    .target = target,
    .optimize = optimize,
});
exe.linkLibrary(raylib_dep.artifact("raylib"));

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages