jub0t / searchalgo.lua

Search engine algorithm visualized using a 3D engine(Roblox studio)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Important

This is obviously a very poor example of how complicated and well-written search engine algorithms can be. This was just my attempt to take Google's PageRank algorithm, slightly modify it and visualize it in a 3D engine.

Preview

Note

  • The Blue shperical balls are Nodes.
  • The green connected lines are edges, the thicker an edge is the more weight in their connection.

About

Search engine algorithm visualized using a 3D engine(Roblox studio)

License:MIT License


Languages

Language:Lua 100.0%