Ecosyste.ms: Repos

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

GitHub topics: tree-search

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: about 11 hours ago - Pushed: about 13 hours ago - Stars: 9 - Forks: 0

poyentung/VLab-Bench

DOTS-Benchmark is a suite to evaluate algorithms for complex system optimisation.

Language: Python - Size: 312 KB - Last synced: about 16 hours ago - Pushed: 1 day ago - Stars: 4 - 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: 3 days ago - Pushed: 2 months ago - Stars: 603 - Forks: 70

princeton-nlp/tree-of-thought-llm

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

Language: Python - Size: 2.1 MB - Last synced: 9 days ago - Pushed: 3 months ago - Stars: 4,217 - Forks: 389

xspadex/TreeSearch

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

Language: Java - Size: 13.7 KB - Last synced: 10 days ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

arjunmullick/coding-Interview

Coding Interview Questions

Language: Java - Size: 962 KB - Last synced: 17 days ago - Pushed: 17 days ago - Stars: 3 - 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: 21 days ago - Pushed: almost 4 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: 21 days ago - Pushed: about 2 years ago - Stars: 1 - Forks: 0

kayjan/bigtree

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

Language: Python - Size: 9.92 MB - Last synced: 23 days ago - Pushed: 24 days ago - Stars: 112 - Forks: 11

snowleotech/search-algorithms

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

Language: Python - Size: 8.79 KB - Last synced: 23 days ago - Pushed: 24 days ago - Stars: 1 - Forks: 0

flippingbitss/react-sudoku-ai

React app showcasing AI for generating and solving sudoku games

Language: JavaScript - Size: 640 KB - Last synced: 29 days ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

reugn/gravity

An efficient Java substring search library

Language: Java - Size: 343 KB - Last synced: about 1 month ago - Pushed: over 2 years ago - Stars: 8 - 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: about 1 month ago - Pushed: about 3 years ago - Stars: 5 - Forks: 2

jmcph4/jcrl

A library of fundamental algorithms and data structures written in C

Language: C - Size: 175 KB - Last synced: about 1 month ago - Pushed: almost 5 years ago - Stars: 7 - Forks: 0

BaseMax/TreeTraversalsGo

This is a simple Go program that traverses a tree in different ways. (Pre-order, In-order, Post-order, and Level-order)

Language: Go - Size: 27.3 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

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: about 1 month ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

BaseMax/GeneralTreeGo

Implentation of a general tree in Go Programming Language. A general tree is a tree data structure in which each node can have an arbitrary number of children. We are storing children in an array.

Language: Go - Size: 21.5 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

BaseMax/General2BinaryTreeGo

This is a simple Go program that converts a general tree to a binary tree.

Language: Go - Size: 19.5 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

BaseMax/BSTGo

This is a Go implementation of the BST data structure with a few of the most common operations. The algorithms code should be easy to understand. BST Tree is a binary tree in which the value of each node is greater than or equal to any value stored in the left sub-tree, and less than or equal to any value stored in the right sub-tree.

Language: Go - Size: 29.3 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

BaseMax/CompleteTreeCheckerGo

This is a simple Go program that checks if a given tree is complete or not. A tree is complete if all levels are completely filled except possibly the last level and the last level has all keys as left as possible.

Language: Go - Size: 18.6 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 2 - Forks: 0

BaseMax/CompleteTreeLinkedListGo

This is a Go program for creating a complete tree using linked list. You can easily insert nodes to the tree and print it. This library provide two inserting functions. One of them is for inserting nodes to the tree by filling the tree from left to right in per row. and the next one is to insert to left side of the tree.

Language: Go - Size: 727 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

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: about 1 month ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

fontanf/treesearchsolver

A solver based on heuristic tree search

Language: C++ - Size: 3.11 MB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 6 - Forks: 0

things-dev/tree.js

Manipulating the Tree Structure.

Language: TypeScript - Size: 233 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 3 - Forks: 0

xtagon/mcts

Monte Carlo tree search (MCTS) for Elixir.

Language: Elixir - Size: 36.1 KB - Last synced: 29 days ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

dgurkaynak/8-puzzle-solver

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

Language: HTML - Size: 1.75 MB - Last synced: about 1 month ago - Pushed: about 1 year ago - Stars: 81 - Forks: 41

JuliaPOMDP/POMCP.jl 📦

Julia Implementation of the POMCP algorithm for solving POMDPs

Language: Jupyter Notebook - Size: 615 KB - Last synced: 14 days ago - Pushed: almost 3 years ago - Stars: 12 - Forks: 6

VIVelev/chessbattle-tues Fork of mhardalov/chessbattle-tues

Basic chess simulator with PyChess

Language: Jupyter Notebook - Size: 90.8 KB - Last synced: about 2 months ago - Pushed: about 6 years ago - Stars: 1 - Forks: 0

cair/deep-rts

A Real-Time-Strategy game for Deep Learning research

Language: C++ - Size: 16.2 MB - Last synced: about 1 month ago - Pushed: about 1 year ago - Stars: 188 - Forks: 33

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: 2 months ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

koulanurag/muzero-pytorch

Pytorch Implementation of MuZero

Language: Python - Size: 902 KB - Last synced: 2 months ago - Pushed: 10 months ago - Stars: 318 - Forks: 54

Guillaume-Helbecque/GPU-accelerated-tree-search-Chapel

GPU-accelerated tree-search in Chapel

Language: Chapel - Size: 199 KB - Last synced: about 15 hours ago - Pushed: about 17 hours ago - Stars: 1 - Forks: 1

sssofi0101/SearchTrees

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

Language: C# - Size: 1.09 MB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

initial-h/AlphaZero_Gomoku_MPI

An asynchronous/parallel method of AlphaGo Zero algorithm with Gomoku

Language: Python - Size: 28 MB - Last synced: 3 months ago - Pushed: over 4 years ago - Stars: 178 - Forks: 42

OSU-NLP-Group/llm-planning-eval

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: 3 months ago - Pushed: 3 months ago - Stars: 15 - Forks: 1

woctezuma/puissance4

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

Language: Python - Size: 169 KB - Last synced: about 1 month ago - Pushed: 2 months ago - Stars: 6 - Forks: 1

kornelski/vpsearch

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

Language: Rust - Size: 51.8 KB - Last synced: 7 days ago - Pushed: over 2 years ago - Stars: 32 - Forks: 6

vctrro/Algorithms-and-data-structures

Graphs and trees

Language: Java - Size: 11.7 KB - Last synced: 4 months ago - Pushed: over 2 years 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: 4 months ago - Pushed: about 1 year ago - Stars: 7 - Forks: 2

bsamseth/Goldfish

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

Language: C++ - Size: 14.9 MB - Last synced: 16 days ago - Pushed: 16 days ago - Stars: 6 - Forks: 2

cair/FlashRL

Language: Python - Size: 24 MB - Last synced: about 1 month ago - Pushed: almost 3 years ago - Stars: 26 - Forks: 6

PauloMaced0/digdug-ia 📦

Using Artificial Intelligence to solve digdug levels.

Language: Python - Size: 2.74 MB - Last synced: 26 days ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

cair/deep_maze

Language: Python - Size: 141 KB - Last synced: about 1 month ago - Pushed: over 2 years ago - Stars: 22 - Forks: 13

Guillaume-Helbecque/P3D-DFS

Productivity- and Performance-aware Parallel Distributed Depth-First Search in Chapel

Language: Chapel - Size: 5.95 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 3 - Forks: 1

xchendeveloper/JTree

Simple fast generation tree and traversing tree tools

Language: Java - Size: 26.4 KB - Last synced: 5 months ago - Pushed: about 6 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: 4 months ago - Pushed: over 4 years ago - Stars: 10 - Forks: 1

kathleenwest/TreeParentChildTraverseRecursion

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

Language: C# - Size: 7.81 KB - Last synced: 4 months ago - Pushed: 6 months ago - Stars: 1 - 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: 6 months ago - Pushed: over 6 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: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

cair/deep-warehouse

A Simulator for complex logistic environments

Language: Python - Size: 437 KB - Last synced: about 1 month ago - Pushed: over 2 years ago - Stars: 7 - Forks: 0

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: 7 months ago - Pushed: about 4 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: 7 months ago - Pushed: over 6 years ago - Stars: 20 - Forks: 7

danyalmck/RangeTree

Java Implementation of 2D Range Tree

Language: Java - Size: 742 KB - Last synced: 8 months ago - Pushed: about 3 years ago - Stars: 1 - Forks: 0

kiluange/algoritimosdebusca

Algoritimos de busca em arvore

Language: Jupyter Notebook - Size: 26.4 KB - Last synced: 9 months ago - Pushed: over 5 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: 9 months ago - Pushed: 9 months 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: 9 months ago - Pushed: 11 months 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: 9 months ago - Pushed: over 2 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: 10 months ago - Pushed: 10 months 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: 10 months ago - Pushed: about 5 years ago - Stars: 0 - Forks: 0

FatbardhKadriu/Binary-Search-Tree

Language: Java - Size: 14.6 KB - Last synced: 10 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

ulaseraslan/Algorithms

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

Size: 3.73 MB - Last synced: 10 months ago - Pushed: over 3 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: 10 months ago - Pushed: over 1 year 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: 10 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

hamidurrk/Python-Practice

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

Language: Python - Size: 2.32 MB - Last synced: 3 months ago - Pushed: 3 months 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: 4 months ago - Pushed: over 1 year ago - Stars: 1 - 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: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

nyabkun/QCompactTreeNode

Kotlin library that can construct a tree structure.

Language: Kotlin - Size: 231 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

heal-research/HEAL.EquationSearch

Equation learning with tree search using an expression grammar

Language: C# - Size: 18.7 MB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

fontanf/treesearchsolverpy

A solver based on heuristic tree search

Language: Python - Size: 86.9 KB - Last synced: 17 days ago - Pushed: 7 months ago - Stars: 1 - Forks: 0

cair/rl

Language: C++ - Size: 3.75 MB - Last synced: about 1 month ago - Pushed: over 2 years ago - Stars: 10 - Forks: 0

RicardoDominguez/RL-Intro

Introduction to Reinforcement Learning in Python

Language: Python - Size: 21.5 KB - Last synced: 12 months ago - Pushed: over 5 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: about 1 year ago - Pushed: over 5 years ago - Stars: 13 - Forks: 6

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: about 1 year ago - Pushed: almost 4 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: 21 days ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

lucaslingle/letterbox_generator

Generate NYT-style 'Letter Boxed' games!

Language: Python - Size: 135 KB - Last synced: about 1 month ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 1

LucasAlv3s/Computer-Intelligence

Language: Jupyter Notebook - Size: 553 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 6 - Forks: 0

lucidfrontier45/tree_traversal

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

Language: Rust - Size: 35.2 KB - Last synced: 11 days ago - Pushed: about 1 year ago - Stars: 2 - Forks: 0

philbooth/scrumpy 📦

MOVED TO GITLAB

Language: JavaScript - Size: 13.7 KB - Last synced: about 1 month ago - Pushed: about 7 years ago - Stars: 1 - Forks: 1

ihgazni2/elist 📦

handle list ,nested list tree

Language: Python - Size: 2.52 MB - Last synced: 23 days ago - Pushed: almost 4 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: about 1 year ago - Pushed: over 1 year ago - Stars: 13 - Forks: 3

pie972/Adversarial-Search

Research Paper about adversarial search

Language: Python - Size: 1.7 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 3 - Forks: 1

ms609/TreeSearch

R package for phylogenetic tree search under custom optimality criteria

Language: R - Size: 117 MB - Last synced: 18 days ago - Pushed: about 2 months ago - Stars: 5 - Forks: 4

symtalha14/C-Programs

General Problems in C

Language: C - Size: 3.03 MB - Last synced: 6 months ago - Pushed: about 4 years ago - Stars: 1 - Forks: 1

jar2333/MCTS.hs

Monte Carlo Tree Search module for general game playing, as well as some concrete implementations of agents for specific games.

Language: Haskell - Size: 46.3 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Mubangizi/data-structures-info

Class assignment

Language: JavaScript - Size: 1.27 MB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

LionelAuroux/treematching

Allow you to match any python objects hierarchy/trees in python with matching objects.

Language: Python - Size: 538 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 3 - Forks: 2

bernardosulzbach/wayout-player

An automated player for the game Wayout

Language: C++ - Size: 372 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 1 - Forks: 0

DiegoBiagini/WalkoverTablut

A simple AI engine able to win an old nordic board game, Tablut

Language: HTML - Size: 7.78 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

gmurro/tablut

Game Player for Fundamentals of Artificial Intelligence and Knowledge Representation class at @UNIBO

Language: Java - Size: 22.1 MB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 2

ktnr/TwoStepBranchingProcedure

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

Language: C++ - Size: 913 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 5 - Forks: 1

alejandro945/fiba-data-control

Principles of tree theory with its search algorithms and classifications such as the red and black ones to improve complexity using own and generic data structures

Language: Java - Size: 21.5 MB - Last synced: 12 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 1

igorofrante/POO-JAVA

Trabalho da professora Cinthia Caliari

Language: Java - Size: 8.69 MB - Last synced: about 1 year ago - Pushed: over 3 years 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: 26.4 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 10 - Forks: 17

riroan/SnakeGame

Simple Console Snake Game

Language: C - Size: 401 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 1 - Forks: 0

backwardspy/battlesnake-doctor-strangle

star-lord: how many [possible futures] did you see? doctor strange: fourteen million, six hundred and five.

Language: Rust - Size: 5.71 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

RomainBnfn/homemade-mcts

Language: Python - Size: 11.7 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

tgvdinesh/binary-search-tree

Binary search tree data structure implementation in Java

Language: Java - Size: 30.3 KB - Last synced: about 1 year ago - Pushed: about 5 years ago - Stars: 0 - Forks: 0

TheCodingAcademy/Searching-tree-algorithms

Path finding: implementation of DFS, BFS and A*

Language: Jupyter Notebook - Size: 818 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

Animadversio/py2048

Simple implementation of 2048 in python. Command line and pygame interface.

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

kariminf/shajara

Manipulating trees

Language: Python - Size: 103 KB - Last synced: 21 days ago - Pushed: about 4 years ago - Stars: 8 - Forks: 0

Related Keywords
tree-search 135 tree 29 tree-structure 22 python 18 ai 18 artificial-intelligence 17 reinforcement-learning 14 machine-learning 13 java 12 algorithm 11 algorithms 11 game 10 cpp 10 deep-learning 9 deep-reinforcement-learning 9 go 8 data-structure 8 trees 8 data-structures 7 tree-traversal 7 monte-carlo-tree-search 7 neural-networks 7 golang 7 breadth-first-search 6 per-arne 6 reinforcement-learning-environments 6 depth-first-search 6 datastructure 6 c 6 python3 5 search-algorithm 5 ds 5 mcts 5 algorithms-and-data-structures 4 graph-algorithms 4 search 4 monte-carlo 4 tree-traversal-algorithms 3 backtracking 3 sudoku-solver 3 trie 3 tree-traversal-algorithm 3 stack 3 binary-tree 3 alpha-beta-pruning 3 library 3 recursion 3 tree-walker 3 tree-algorithms 3 a-star-algorithm 3 bfs-algorithm 3 optimization 3 dfs-algorithm 3 sorting-algorithms 3 planning 3 binary-search-tree 3 algorithms-datastructures 3 queue 3 heuristic-search-algorithms 3 csharp 3 alphago 3 iterative-deepening-search 3 programming 2 computer-science 2 bfs 2 robotics 2 2048-ai 2 a-star-search 2 2048-game 2 general-tree 2 generaltree 2 bst 2 tree-insert 2 complete-tree 2 tree-complete 2 linked-list 2 node 2 javascript 2 tree-data-structure 2 c-plus-plus 2 game-theory 2 game-ai 2 heuristics 2 2048 2 decision-trees 2 heuristic-algorithm 2 a-star 2 large-language-models 2 2-3-tree 2 reinforcement-learning-algorithms 2 probability 2 q-learning 2 8-puzzle 2 genetic-algorithm 2 8-puzzle-solver 2 balanced-search-trees 2 university-project 2 chess-engine 2 chess 2 list 2