Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game_Tree-Recursive-List-Parsing

Parsing a nested data string into a tree. "Only leaf nodes have values." Planning to run minimax algorithms on these trees (AI games).

Real-life use cases

Game AI prototyping: Useful for building and testing minimax-style decision trees for turn-based games.

Recursive data parsing: Demonstrates how to convert nested list text into a tree structure safely.

AI search models: Can be extended to support heuristic evaluation and alpha-beta pruning.

Data validation: Parses nested list input formats similar to JSON arrays in a lightweight way.

About

Parsing a nested data string into a tree. "Only leaf nodes have values." Planning to run minimax algorithms on these trees (AI games).

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages