Halit DönmezAnt Colony Optimization Part 3 — Adding SimulationI have added a simulation support so that we can see the ants traverse the graph endlessly.May 21May 21
Halit DönmezAnt Colony Optimization Part 2 — Implementing the AlgorithmIn the previous post I have laid the ground work for implementing the algorithm.May 20May 20
Halit DönmezAnt Colony Optimization — Part 1 Creating the SceneIn this new series I will try to implement Ant Colony optimization algorithm using JavaScript.May 19May 19
Halit DönmezSplay Tree ImplementationI wanted to implement a data structure after reading https://austinhenley.com/blog/challengingalgorithms.html about the Splay trees and…May 10May 10
Halit DönmezUnity 3D — How to Create a Scene for Implementing Graph Based AlgorithmsYou may want to create nodes to simulate a graph algorithm. I have been working on this a bit and have came up with the following:Apr 21Apr 21
Halit DönmezHow to Read files in Java Using MemorySegmentMemory segment is a new added part of java. See here for more documentation…Mar 27Mar 27
Halit DönmezHow to Run Java Applications in IntelliJ with Preview FeaturesIn order to run all the new cool things in Java you may have to fix certain things with your compiler.Mar 25Mar 25
Halit DönmezFast File IO in Java Part 10 — Performance ComparisonLet’s take a quick look at the performance of the two approaches we have followed in the previous post.Mar 22Mar 22
Halit DönmezFast File IO in Java Part 9 — Concurrent ExecutionNow we can start exploring our options for concurrent execution. One option would be to use the ExecutorService class in Java.Mar 21Mar 21