Projects with this topic
-
A command line interface for discretionary traders / manual - hybrid trading with a powerful order design system for Binance + FTX. For manual traders who prefer a keyboard over using a mouse. Mostly to gain a speed advantage over everyone else.
UpdatedUpdated -
A browser-based tool that identifies inconsistencies in JSON key structures with lightning speed. Detects duplicate keys, case issues, whitespace problems, and misspelled keys using a memory-efficient algorithm. Built with vanilla JavaScript and optimized for processing large datasets.
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 -
An algorithm for irregular rectangles/boxes that map 1:1 with a square grid
Updated -
A variant of the A* algorithm to solve the game of Taquin. Efficient c++20 algorithm that can be tested online!
Updated -
-
Neutron Spectrum Unfolding via GRAVEL
Updated -
Reverse Polish Notation visualization
Updated -
ATM задачка. Выполнено в 3 версиях: самые простые услвоия, полный перебор, динамическим программированием.
Updated -
This project/library contains common algorithms...
Updated -
Segmenting static scene from a Visionary-T point cloud Topics: #algorithm #point-cloud #sample #sick-appspace
Updated -
Este proyecto es un programa que encuentra las soluciones de laberintos de area NxN utilizando el algoritmo de busqueda informada A* creado para el curso de Inteligencia Artifical de la carrera Ingenieria Civil Informatica de la Universidad Catolica de la Santisima Concepción
Updated -
Small C++ helpers that come in handy every now and then.
Updated -
The aim of N-Queens Problem is to place N queens on an N x N chessboard, in a way so that no queen is in conflict with the others.
Updated -
Algorithms and more in modern C++. These algorithms are all being unit tested.
Updated -
Personal notes for Grokking Algorithm book by Aditya Bhargava
Updated -
Реализация продвинутиых алгоритмов и связанных с ними графов.
Updated -
LLAMI (Lion Launch Analytics Metrics Insights) is a tool for automatic collection, processing, and analysis of rocket launch data. This project provides accurate data and detailed analysis of launches for availability and use by the general public, space enthusiasts, and engineering students. This enables the creation of custom statistics, 3D models, and other educational and research projects.
Note: Our team is continuously improving and expanding the functionalities of LLAMI to offer even more tools and value to our sexy users.
Updated -
The project finds the best spots for restaurants, avoiding placing restaurants too close together, and maximizing profit while keeping them a minimum distance apart. It uses dynamic programming to compute revenue and backtracking to select sites.
Updated -
Create Sudoku puzzles with a unique solution using the backtracking algorithm
Updated