An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: tree-search

Guillaume-Helbecque/P3D-DFS

Set of parallel Branch-and-Bound skeletons in Chapel targeting CPU-based systems at every scale.

Language: Chapel - Size: 6.06 MB - Last synced at: about 23 hours ago - Pushed at: about 23 hours ago - Stars: 6 - Forks: 2

fontanf/treesearchsolver

A solver based on heuristic tree search

Language: C++ - Size: 3.08 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 8 - Forks: 3

kayjan/bigtree

Tree Implementation and Methods for Python, integrated with list, dictionary, pandas and polars DataFrame.

Language: Python - Size: 18 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 198 - Forks: 12

hamidurrk/Python-Practice

Contains Python code for various assignments and leetcode problems related to data structures and algorithms.

Language: Python - Size: 2.59 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

benedekrozemberczki/awesome-monte-carlo-tree-search-papers

A curated list of Monte Carlo tree search papers with implementations.

Language: Python - Size: 238 KB - Last synced at: 9 days ago - Pushed at: over 1 year ago - Stars: 685 - Forks: 76

cair/deep-rts

A Real-Time-Strategy game for Deep Learning research

Language: C++ - Size: 16.2 MB - Last synced at: 24 days ago - Pushed at: over 2 years ago - Stars: 235 - Forks: 41

kornelski/vpsearch

C library for finding nearest (most similar) element in a set

Language: Rust - Size: 59.6 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 32 - Forks: 6

koulanurag/muzero-pytorch

Pytorch Implementation of MuZero

Language: Python - Size: 902 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 352 - Forks: 58

Loic-Smetryns/simple-mcts

Implementation of Monte Carlo Tree Search (MCTS) algorithm in Rust

Language: Rust - Size: 53.7 KB - Last synced at: 21 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

ms609/TreeSearch

R package for phylogenetic tree search under inapplicable-corrected parsimony and custom optimality criteria

Language: R - Size: 123 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 8 - Forks: 4

princeton-nlp/tree-of-thought-llm

[NeurIPS 2023] Tree of Thoughts: Deliberate Problem Solving with Large Language Models

Language: Python - Size: 2.12 MB - Last synced at: about 2 months ago - Pushed at: 10 months ago - Stars: 5,573 - Forks: 562

kang-ml/LogicTree

[EMNLP 2025 Main] LogicTree: Structured Proof Exploration for Coherent and Rigorous Logical Reasoning with Large Language Models

Language: Python - Size: 672 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

cotix-ai/Deep-Think

🌲 MCTS sampling designed for LLMs, introduce LLM-UCT

Language: Python - Size: 19.5 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

cair/FlashRL

Language: Python - Size: 24 MB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 28 - Forks: 6

woctezuma/puissance4

AI for the game "Connect Four". Available on PyPI.

Language: Python - Size: 172 KB - Last synced at: 20 days ago - Pushed at: about 2 months ago - Stars: 5 - Forks: 1

NiklasSamuelsson/kalaha

Implementation tree search in Kalaha

Language: Python - Size: 4.88 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

RandomKerbal/TIC_TAC_TOE

An independently developed tic-tac-toe application containing 4 fun game modes, 3 AIs using different DFS techniques, highly optimized algorithms, and a fully customizable GUI.

Language: Python - Size: 135 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

24601/canopy Fork of Leezekun/MassGen

Because trees(earch) lead to the canopy. Riffed off of the wonderful MassGen project.

Language: Python - Size: 20.8 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

cair/deep_maze

Language: Python - Size: 141 KB - Last synced at: 2 months ago - Pushed at: almost 4 years ago - Stars: 26 - Forks: 16

kathleenwest/TreeParentChildTraverseRecursion

Tree Algorithm, Recursion, and Printing Example with Folder Parent-Child Relationships. Traverse a tree with recursion.

Language: C# - Size: 8.79 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 1 - Forks: 1

BaseMax/BinaryTreeGo

Implementation of a binary tree in Go. A Binary Tree is a tree data structure in which each node has at most two children, which are referred to as the left child and the right child. A node with no children is called a leaf node. A node cannot have more than two children.

Language: Go - Size: 36.1 KB - Last synced at: 25 days ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

cair/deep-warehouse

A Simulator for complex logistic environments

Language: Python - Size: 437 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 10 - Forks: 0

sastpg/RFTT

RFTT: Reasoning with Reinforced Functional Token Tuning

Language: Python - Size: 5.49 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 27 - Forks: 0

Amirhosein-gh98/Guided-by-Gut

The official PyTorch implementation for the Guided by Gut: Efficient Test-Time Scaling with Reinforced Intrinsic Confidence

Language: Python - Size: 2.55 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 5 - Forks: 0

MrRefactoring/red-black-tree-node

Red-black tree data structure

Language: JavaScript - Size: 38.1 KB - Last synced at: 2 months ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

malikmoaz01/Data-Structures

Data Structures and Algorithms (DSA) repository with implementations and examples in multiple languages. Includes fundamental concepts, problem-solving techniques, practical applications, and LeetCode questions.

Language: Java - Size: 7.67 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

ktnr/TwoStepBranchingProcedure

Nested branch-and-bound algorithm to solve two-dimensional orthogonal packing problems

Language: C++ - Size: 913 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 8 - Forks: 2

TheoKanning/2048-Python-Bot

A 2048 Bot written in Python using an adversarial search algorithm. Uses screen grabbing to determine the game state and a basic tree search to calculate moves.

Language: Python - Size: 5.86 KB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 20 - Forks: 7

AzizbekEshpolatov/_algorithms_with_dart_

📊 Algorithms Learning – A collection of essential algorithms with explanations and implementations to strengthen problem-solving and coding skills.

Language: Dart - Size: 57.6 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

dgurkaynak/8-puzzle-solver

A web-app that can solve 8-puzzle and visualize the search tree

Language: HTML - Size: 1.99 MB - Last synced at: 8 months ago - Pushed at: about 1 year ago - Stars: 94 - Forks: 47

initial-h/AlphaZero_Gomoku_MPI

An asynchronous/parallel method of AlphaGo Zero algorithm with Gomoku

Language: Python - Size: 28 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 197 - Forks: 45

ana-molinos/ed2

Repositório dedicado aos exercícios resolvidos durante a matéria de Estrutura de Dados 2, pela Professora Doutora Juliana de Santi, na Universidade Tecnológica Federal do Paraná.

Language: C - Size: 963 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

mielutzio/search-algorithms

Search algorithms for 8-puzzle problem search problem and traveling salesman optimization problem.

Language: Python - Size: 10.7 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

kairos-xx/tree-interval

A Python package for managing and visualizing interval tree structures with AST analysis capabilities.

Language: Python - Size: 2.94 MB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 2 - Forks: 0

Agora-Lab-AI/HPSA

This paper introduces a theoretical framework for a revolutionary search algorithm that achieves unprecedented speed through a combination of probabilistic data structures, intelligent data partitioning, and a novel hierarchical index structure.

Language: Python - Size: 2.35 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 5 - Forks: 0

niveL4002/c4-py-value-distribution-search-train-test

This is a python project for testing ideas regarding game tree search. The game used is connect-four for simplicity.

Language: Python - Size: 553 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

harismuneer/2-3-Tree

🌲 A C++ implementation of all functionalities (insertion, deletion, search etc) of a 2-3 (two-three) Tree using Rotation, Split and Merge operations. (Please share if you find any bug in the code)

Language: C++ - Size: 46.9 KB - Last synced at: 7 months ago - Pushed at: 10 months ago - Stars: 14 - Forks: 13

nizamiza/self-balancing-trees

Implementations of AVL and 2-3 trees

Language: C - Size: 127 KB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 7 - Forks: 1

OSU-NLP-Group/llm-planning-eval

[ACL'24] Code and data of paper "When is Tree Search Useful for LLM Planning? It Depends on the Discriminator"

Language: Python - Size: 148 KB - Last synced at: 7 months ago - Pushed at: over 1 year ago - Stars: 54 - Forks: 4

reugn/gravity

An efficient Java substring search library

Language: Java - Size: 343 KB - Last synced at: 6 months ago - Pushed at: about 4 years ago - Stars: 9 - Forks: 0

Shennor/Data_Indexing

n-ary B/B+ tree, indexing task

Language: C++ - Size: 60.5 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

Shennor/triple_tree

3-ary B+ tree, addition with balancing, search, map, reduce

Language: C++ - Size: 12.7 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

skypitcher/hats

Hyper-accelerated tree search (HATS) algorithm for solving integer least-squares problems in large-scale systems.

Language: Python - Size: 13.4 MB - Last synced at: 8 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

SamRagusa/Batch-First

A JIT compiled chess engine which traverses the search tree in batches in a best-first manner, allowing for neural network batching, asynchronous GPU use, and vectorized CPU computations.

Language: Python - Size: 450 KB - Last synced at: 11 months ago - Pushed at: over 3 years ago - Stars: 28 - Forks: 5

kariminf/shajara

Manipulating trees

Language: Python - Size: 103 KB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 7 - Forks: 0

vctrro/Algorithms-and-data-structures

Graphs and trees

Language: Java - Size: 11.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Tutusaus/4_en_Ratlla

This repository contains a C implementation of the classic Connect 4 board game played on a 8x8 grid. The game features a single-player mode where you compete against an AI opponent. The AI uses a minimax algorithm with alpha-beta pruning to optimize its moves, providing a challenging experience.

Language: C - Size: 29.3 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

bsamseth/Goldfish

Goldfish - Stockfish's very distant and not so bright cousin - a UCI chess engine

Language: Rust - Size: 22.8 MB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 7 - Forks: 2

Kapil-1702/Breakthrough-AI-Board-Game

A Python-based chess-like board game featuring advanced AI strategies including Minimax and Alpha-Beta pruning algorithms. Implements both offensive and defensive heuristics with performance metrics tracking and GUI visualization using Pygame.

Language: Python - Size: 4.47 MB - Last synced at: 9 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

sergi-s/Special-Topics-in-Artificial-Intelligence

Porjects for Algorithmic Techniques for Artificial Intelligence

Size: 326 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

JuYanYan/AA-Tree

AATree, Binary Balanced Search Trees. A simple way to make it.

Language: C++ - Size: 13.7 KB - Last synced at: 5 months ago - Pushed at: almost 6 years ago - Stars: 7 - Forks: 3

arjunmullick/coding-Interview

Coding Interview Questions

Language: Java - Size: 1000 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 1

Ali1raz/DSA-in-cpp

DSA in cpp

Language: C++ - Size: 2.55 MB - Last synced at: 8 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

yymao/fast3tree

A Python wrapper for the lightning fast fast3tree library, a BSP tree implementation written by Peter Behroozi.

Language: C - Size: 74.2 KB - Last synced at: 9 days ago - Pushed at: over 1 year ago - Stars: 12 - Forks: 0

cair/rl

Language: C++ - Size: 3.75 MB - Last synced at: 2 months ago - Pushed at: about 4 years ago - Stars: 11 - Forks: 0

lucidfrontier45/tree_traversal

A Rust library for finding the optimal leaf node in a tree structure.

Language: Rust - Size: 25.4 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

xtagon/mcts

Monte Carlo tree search (MCTS) for Elixir.

Language: Elixir - Size: 36.1 KB - Last synced at: 29 days ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

things-dev/tree.js

Manipulating the tree structure.

Language: TypeScript - Size: 234 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

xspadex/TreeSearch

递归/栈 先序后序中序遍历-全实现

Language: Java - Size: 13.7 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

TilBlechschmidt/NAK-TreeOptimizationAnalysis 📦

Science paper that analyses potential optimisations/early abort criteria to tree based solutions in game-theory.

Language: Java - Size: 18.4 MB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

WolfpackWilson/Tree-Search-Algorithm-for-Dynamic-Lot-Size-Problem

The tree search algorithm used to solve a dynamic lot-size problem in the paper by Baker et al.

Language: Python - Size: 26.4 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

pagmatt/bin-features-matching

Implementation of the hieararchical matching strategy presented in Fast Matching of Binary Features, Marius Muja and David G. Lowe in C++

Language: C++ - Size: 3.19 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 2

JuliaPOMDP/POMCP.jl 📦

Julia Implementation of the POMCP algorithm for solving POMDPs

Language: Jupyter Notebook - Size: 615 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 12 - Forks: 6

JuanSamuelArbelaez/Empresa

Programa que crea una estructura y recorre estrucutras de arbol, empleando recursividad. Ejercicio propuesto en el espacio académico de Estructura de Datos en el programa de Ing de Sistemas y Computación (2023-1), en la U del Quindio. Orientado por Robinson Arias Muñoz.

Language: Java - Size: 35.2 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

sssofi0101/SearchTrees

Курсовая работа за 1 курс. Реализация деревьев поиска BST, TST и Trie.

Language: C# - Size: 1.09 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

bernardosulzbach/wayout-player

An automated player for the game Wayout

Language: C++ - Size: 278 KB - Last synced at: about 1 month ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

aI-lab-glider/ai-course-state-space-search

Exercises for AGH UST "Introduction to AI" course to practice state space search algorithms

Language: Python - Size: 1.14 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 2

PauloMaced0/digdug-ia 📦

Using Artificial Intelligence to solve digdug levels.

Language: Python - Size: 2.74 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

ahottung/DLTS

Deep Learning Assisted Heuristic Tree Search for the Container Pre-marshalling Problem

Language: Python - Size: 8.01 MB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 10 - Forks: 1

kaito4213/AI-2048-Game-Player

This is AI course project Autonomous Player to Maximize the Performance in 2048 Tile Game Group. We set up game 2048 environment and use tree search algorithm and reinforcement learning to play the game

Language: Python - Size: 1.83 MB - Last synced at: almost 2 years ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0

Saphereye/ChessAI

Implementation of various tree search algorithms with the goal of creating a chess bot

Language: Python - Size: 46.2 MB - Last synced at: 8 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 1

KristofferLM96/TsetlinMachine-GO

Master's Thesis project at University of Agder, Spring 2020. Classification with Tsetlin Machine on board game 'GO'.

Language: Python - Size: 4.18 GB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

lfsimoes/beam_paco__gtoc5

Multi-rendezvous Spacecraft Trajectory Optimization with Beam P-ACO

Language: Jupyter Notebook - Size: 4 MB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 20 - Forks: 7

megaVE/dsa-2-tasks

My solution for the proposed tasks from the Data Structures and Algorithms II discipline, during the 2nd period of the course | Resolução minha dos trabalhos proposto durante a disciplina de Algoritmos e Estruturas de Dados II no 2º Período do curso

Language: C++ - Size: 932 KB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

danyalmck/RangeTree

Java Implementation of 2D Range Tree

Language: Java - Size: 742 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

kiluange/algoritimosdebusca

Algoritimos de busca em arvore

Language: Jupyter Notebook - Size: 26.4 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

MagmaArcade/Tree-Search-Algorithms

This Tree-Based Search Algorithms for Pathfinding implement DFS, BFS, RS, A*, and GBFS algorithms, which are compared to identify the most efficient pathfinding. The project assesses performance, heuristics, and optimizations while visually demonstrating algorithm behaviour.

Language: C# - Size: 239 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

ToniCardosooo/AI-Project-1-15Puzzle

Group project on Tree Search Algorithms for the Curricular Unit of "Artificial Intelligence" @ FCUP, Porto with @barbara-san and @Nia3324

Language: Java - Size: 239 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

taaha-khan/wordle-solver

An algorithmic solver for the https://www.powerlanguage.co.uk/wordle/ game

Language: Python - Size: 317 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

frtru/Algorithms-sandbox

Maze application to experiment with standard tree-search algorithms.

Language: Java - Size: 18.1 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

GigaMatt/ai-tree-searches

Java Project for Implementing Basic A.I. Tree Searches (BFS, DFS, & A* Search)

Language: Java - Size: 1.42 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

FatbardhKadriu/Binary-Search-Tree

Language: Java - Size: 14.6 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

ulaseraslan/Algorithms

Sabanci University Fall 2020-2021 CS 301 (Algorithms) Problems

Size: 3.73 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

anubhavparas/path-planning-dijkstras-astar

Path planning using Dijkstra's and A-star algorithms

Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

anubhavparas/n-puzzle-problem

Simple BFS search to solve N-Puzzle Problem

Language: Python - Size: 8.79 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

darian-catalin-cucer/monte-carlo-tree-search

A decision-making algorithm used for game playing and decision-making problems. This algorithm combines the power of Monte Carlo simulation with the depth of tree search to find the best move or action. This GitHub project implements MCTS in Kotlin to solve decision-making problems efficiently.

Language: Kotlin - Size: 1.95 KB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

antonio-f/Udacity-Artificial-Intelligence-Nanodegree

Projects from Udacity's Artificial Intelligence Nanodegree (August 2017 cohort) - TERM 1.

Language: Jupyter Notebook - Size: 3 MB - Last synced at: 8 months ago - Pushed at: almost 8 years ago - Stars: 4 - Forks: 0

MarekHlavka/PROLOG-Rubiks-cube-solver

Prolog program to find and show step by step Rubiks cube solution.

Language: Prolog - Size: 13.7 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

nyabkun/QCompactTreeNode

Kotlin library that can construct a tree structure.

Language: Kotlin - Size: 231 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

heal-research/HEAL.EquationSearch

Equation learning with tree search using an expression grammar

Language: C# - Size: 24.7 MB - Last synced at: 20 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

fontanf/treesearchsolverpy

A solver based on heuristic tree search

Language: Python - Size: 86.9 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

RicardoDominguez/RL-Intro

Introduction to Reinforcement Learning in Python

Language: Python - Size: 21.5 KB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 12 - Forks: 4

AradAshrafi/graphsearchalgorithms_geneticalgorithm_hillclimbing

Implement Algorithms For Graph Search (like A*) & Local Search (like hill climbing algorithms) & Genetics

Language: Python - Size: 26.4 KB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 13 - Forks: 6

giuseppe998e/redblack-tree-c 📦

Another C implementation of a Red-Black Tree

Language: C - Size: 38.1 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

lucaslingle/letterbox_generator

Generate NYT-style 'Letter Boxed' games!

Language: Python - Size: 135 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

BaseMax/SearchBinTreePy

A simple python class for search in binary tree. This class provides a few methods for searching in binary tree. Search methods are recursive and non-recursive. You can easily search in binary tree with only on left or right child, and you can search in binary tree with both left and right child.

Language: Python - Size: 19.5 KB - Last synced at: 25 days ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

LucasAlv3s/Computer-Intelligence

Language: Jupyter Notebook - Size: 553 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 6 - Forks: 0

philbooth/scrumpy 📦

MOVED TO GITLAB

Language: JavaScript - Size: 13.7 KB - Last synced at: over 1 year ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 1

ihgazni2/elist 📦

handle list ,nested list tree

Language: Python - Size: 2.52 MB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

martinobdl/MCTS

Implementation of SPW and DPW for Monte Carlo Tree Search in Continuous action/state space

Language: Python - Size: 37.1 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 13 - Forks: 3

Related Keywords
tree-search 157 tree 30 tree-structure 26 artificial-intelligence 21 ai 21 python 21 reinforcement-learning 17 algorithm 13 machine-learning 13 algorithms 13 java 12 cpp 12 game 11 trees 10 deep-learning 10 deep-reinforcement-learning 9 mcts 8 c 8 go 8 search-algorithm 8 data-structure 8 golang 7 depth-first-search 7 data-structures 7 monte-carlo-tree-search 7 neural-networks 7 tree-traversal 7 per-arne 6 breadth-first-search 6 datastructure 6 reinforcement-learning-environments 6 python3 6 stack 5 alpha-beta-pruning 5 linked-list 5 bfs 5 search 5 graph-algorithms 5 ds 5 large-language-models 4 llm 4 graph 4 library 4 game-ai 4 binary-tree 4 algorithms-and-data-structures 4 alphago 4 recursion 4 optimization 4 monte-carlo 4 heuristic-search-algorithms 4 sorting-algorithms 4 queue 4 iterative-deepening-search 3 trie 3 csharp 3 tree-algorithms 3 binary-search-tree 3 algorithms-datastructures 3 tree-traversal-algorithm 3 sudoku-solver 3 bfs-algorithm 3 a-star-algorithm 3 javascript 3 a-star-search 3 heuristics 3 tree-walker 3 dfs-algorithm 3 dfs 3 chess 3 chess-engine 3 tree-traversal-algorithms 3 board-game 3 test-time-scaling 3 mcts-algorithm 3 rust 3 planning 3 minmax-algorithm 2 2048 2 node 2 tree-data-structure 2 backtracking-algorithm 2 bfs-dfs 2 programming 2 game-theory 2 bfs-search 2 dsa-algorithm 2 c-plus-plus 2 llm-reasoning 2 two-three-tree 2 dynamic-programming 2 probability 2 8-puzzle 2 8-puzzle-solver 2 reinforcement-learning-algorithms 2 university-project 2 reactjs 2 searching-algorithms 2 bidirectional-search 2 a-star 2