Projects with this topic
-
Multidimensional arrays for C++. (Not an official Boost library) GitHub mirror: https://github.com/correaa/boost-multi
Updated -
-
2D Vehicle Simulator
Implementation of vehicle simulator library uses for path tracking, by dynamic, navigation and control algorithms.
The vehicle dynamic is based on a kinematic bicycle model [ref 2] Vehicle longitudinal and lateral movement are controlled by PID and Pure pursuit tracking algorithm. Adhering to command line utility, which defines initial position, velocity and heading angle of the vehicle.
Lateral servo actuator controls the road wheel angle. The wheel actuator is implemented by 2nd order simplified servo-mechanical model between the command and the actual road wheel angle.
There is an option to add a random white noise to the heading angle and to the global position by localization_is_not_perfect flag.
The program is plotting in real time the desired and the actual path of the vehicle in global coordinates system, by show_animation flag.
Updated -
Algorithms Exercises solved in C++17, running with CMake and Catch2 unittest framework. Developed with TDD.
Updated -
Algorithms Exercises solved in C (GNU11), running with CMake and Catch2 (C++) unittest framework. Developed with TDD.
Updated -
Leonardus is an open source project. It is a minimalist, stack-based programming system designed as a flexible framework for implementing and exploring algorithms. The syntax and semantics of its scripting language, LeoScript, are inspired by PostScript and Forth. It is extended with a prototype-based, object-oriented paradigm, has seamless integration into JupyterLab and Docker, and provides a concise and expressive environment for learning and experimentation.
The project name is a nod to Leonardus Pisanus, who was named and became known as Fibonacci.
Consult the project's GitLab Pages for documentation.
Updated -
Daily LeetCode practice – clean solutions, explanations, and daily updates.
Updated -
Low-frequency Excision of the Atmosphere in Parallel (LEAP) Calibration using GPU acceleration.
Updated -
Hbox is a commandline-terminal sokoban solver written in Ada. It is "generic" in the sense that it contains no domain specific strategies. It also provides a demonstration of the advantage in using the Hungarian Algorithm, for Windows, OSX, & linux.
Featuring
* no installation * no dependencies * simply unzip in your Downloads directory, and run.Updated -
Object oriented python implementation of a user driven workout scheduler. With the use of recursive algorithms and user input, it creates optimal workouts for the user.
Updated -
Portfólio acadêmico do 2º período do curso de ADS – projetos em algoritmos, programação em Python, modelagem de sistemas e integração.
Updated -
Various Data Structures and Alogrithms implemented in Zig Programming Language.
Updated -
Standard and useful data structures and algorithms implemented in C.
Updated -
[CC BY-NC-SA] A compendium of the community knowledge on game design and development
Updated -
Transducers for working with foldable data types.
Updated -
Minimalist algorithms and data structures library in C (M.A.D.S)
Updated -
Interesting tasks i did while practicing on CodeSignal platform. Good thing to fill up the gaps in knowledge and polish what you already know. Advanced interview prep course
Updated -
A Common-Sense Guide to Data Structures and Algorithms code illustrations in Rust
Updated -
Simple C code which searching for Mersenne prime about first 1M numbers
Updated -
The project contains basic and advanced algorithms and data structures.
Updated