News

This paper presents a new sorting algorithm that takes into account the mid-point of the unsorted array and checks for its neighbors in every iteration.
Reinforcement Programming (RP) is a new approach to automatically generating algorithms, that uses reinforcement learning techniques. This paper describes the RP approach and gives results of ...
Key considerations for discovery in AI-focused intellectual property (IP) litigation, including an examination of a hypothetical patent infringement and trade secret misappropriation case on highly ...
A Python-based simulation modeling the spread of a contagious disease through dynamic social interactions and probabilistic transmission. [A Design and Analysis of Algorithms' Semester Project] ...
A Python framework to build solo or multiplayer perfect-information games, and design solvers or AI bots using algorithms like Backtracking, Pathfinding, Minimax, MCTS, or Neural Networks.