This project provides an interactive visualization of two fundamental sorting algorithms: Selection Sort (brute force) and Merge Sort (divide and conquer). It was created as part of the CSCI-335 ...
This repo provides the implementation and visualisation of Dijkstra's algorithm. Dijkstra's algorithm is used to find the shortest path from a single source vertex to all other vertices in a given ...
Abstract: 3D visualization has been widely used in various fields, from scientific computing to data analysis and virtual reality, etc., with increasingly demanding performance and quality ...
Abstract: Recently, Simultaneous Localization and Mapping (SLAM) has becoming an important technology for mobile robot. Real time performance and localization accuracy are two main indicators for SLAM ...