Skip to content

andurils/docker-algorithms-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker-Algorithms-Visualizing

Visualizing algorithms greatly facilitates the learning process.

English | 简体中文

Algorithm visualization is the best method for understanding complex data structures, as it provides interactive animations for various data structures and algorithms.

This Docker image is built based on the source code v1.5 of Data Structure Visualizations.

You can download the complete source code of the HTML5/JavaScript version for local deployment from here.

Usage

## Pull the image
docker pull andurils/algorithms-visualizing

## Run the container
docker run -d -p 80:80 andurils/algorithms-visualizing

The flag -p 80:80 indicates the mapping of port 80 from the container to port 80 on the host machine. If port 80 is already in use locally, you can modify it to another port, for example: -p 8100:80.

Local Build

## Build
docker build -t algorithms-visualizing .
## Run the container
docker run -d -p 8100:80 algorithms-visualizing

License

Please note that neither the image nor the source code was created by me. They are built based on the source code from Data Structure Visualizations. When using them, please adhere to the relevant licenses and usage regulations of the source code.

Copyright (c) 2023-present Anduril

About

Learning an algorithm gets much easier with visualizing agorithms.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published