Dennis O.DSA for C++ & Dlang Developers — Selection SortData structure and algorithm have always been a challenge for both new and experienced developers but I would break down this concept into…Aug 13
Dennis O.DSA for C++ and Dlang Developers- Depth First SearchDepth first Search or Depth first traversal is a recursive algorithm for searching all the vertices/nodes of a graph or tree data…Nov 28
Timur GafarovGame UI with Nuklear: Part 1User interface is an important aspect of any game, be it a simple main menu with a few buttons, or a complex multi-window monster with…Jan 11, 2022Jan 11, 2022
Dmitry OlshanskyWriting regex engine in 2023Why? For the fun and none of the profit.Jun 20, 2023Jun 20, 2023
Dennis O.DSA for C++ & Dlang Developers — Selection SortData structure and algorithm have always been a challenge for both new and experienced developers but I would break down this concept into…Aug 13
Dennis O.DSA for C++ and Dlang Developers- Depth First SearchDepth first Search or Depth first traversal is a recursive algorithm for searching all the vertices/nodes of a graph or tree data…Nov 28
Timur GafarovGame UI with Nuklear: Part 1User interface is an important aspect of any game, be it a simple main menu with a few buttons, or a complex multi-window monster with…Jan 11, 2022
Timur GafarovGetting started with DContrary to common belief, I think that D is a perfect first language to learn by a complete beginner of native programming. D has its…Mar 1, 2020
Timur Gafarovdlib: Past, Current and FutureAs you may know, my main D project is dlib, a general purpose library for D language. It contains such functionality as linear algebra…Feb 12, 2021