Holy Theory v0.0.50 Update

Vladimir N Bolshakov
2 min readDec 25, 2023

--

Hello everyone!

The 0.0.50 version of the Holy Theory project has been released.

I finally finished the structure of the Algorithms Handbook. I will describe 15 ones that I consider as most important to know. When I was working on it, I looked at several dozens of different algorithms, but in reality, the majority of them are never asked in interviews or are used only in some edge cases. So, I stopped at 15 and added all of them to Holy Theory. Now my goal is to add pictures, descriptions, and some paragraphs to connect them to each other.

Another important thing that I added is an experimental web server to Holy Theory. I want to conduct some experiments, and if they are successful, I will reveal the idea that stands behind them.

Also, it’s the last Holy Theory update in 2023. This year was extremely productive, and I am proud to see all the outcomes that I achieved. It’s incredible. Also, I want to thank all the people who asked questions about the Holy Theory project, gave me advice on how to improve something, or clicked the “like” button here on Medium or on LinkedIn.

Changelog:

  • add Linear search in typescript
  • add Interval search in typescript
  • add Ternary search in typescript
  • add Breadth-first search solution for typescript
  • add Depth-first search in typescript
  • add Dijkstra’s algorithm in typescript
  • add Floyd-Warshall algorithm in typescript
  • add Ford Fulkerson algorithm in typescript
  • add ignore param to metadata
  • update sorting for algorithms handbook elements
  • add experimental server
  • add description for bubble sort
  • add description for selection sort

The project link: https://github.com/AndersDeath/holy-theory

Alpha version of builder.js generator result: https://andersdeath.github.io/holy-theory/builder/test/index.html

Thank you and have a great week and happy new year!

--

--

Vladimir N Bolshakov
Vladimir N Bolshakov

Written by Vladimir N Bolshakov

🤖Programmer, 🥁Lead, 💻Digital nomad, 🇷🇺Russian, 🇺🇦Ukrainian, 🐎Gypsy. 🦾Technologies will build heaven🕊️ on the Earth🌍 Friends call me Vladimir

No responses yet