Coku Network
2 min readMay 25, 2021

--

What is Coku?

Coku is a blockchain that avoids complex transaction volumes,
it uses easy solutions.
The best solution is always the easiest solution.
Coku aims to keep artistic souls together.
It always continues its mission.

Why was it founded?

A network created to escape the complex algorithms and transaction volumes in the software, in detail the software sometimes contains complex algorithms.

For example:
You have a list and want to get it.

The cost of getting the list is in a situation that can vary according to the number of the list. Let’s look at the search algorithms.

Linear search and binary search are popular search algorithms.

Linear search algorithm;

Linear search is rarely used practically because other search algorithms such as the binary search algorithm and hash tables allow significantly faster-searching comparison to Linear search.

Improve Linear Search Worst-Case Complexity

  1. if element Found at last O(n) to O(1)
  2. if element Not found O(n) to O(n/2)
Doğrusal arama nadiren pratik olarak kullanılır çünkü ikili arama algoritması ve karma tablolar gibi diğer arama algoritmaları, Doğrusal arama ile önemli ölçüde daha hızlı arama karşılaştırmasına izin verir.

Binary Search:

Binary Search is an algorithm for finding a specific value in an ordered array. In each step in this technique, the searched value is checked to be equal to the middle value of the array.

The idea of binary search is to use the information that the array is sorted and reduce the time complexity to O(Log n).

So what are the differences?

Linear search is a search that finds an element in the list by searching the element sequentially until the element is found in the list. On the other hand, a binary search is a search that finds the middle element in the list recursively until the middle element is matched with a searched element.

The type of algorithm determines its cost. For example, you want to get a list of recipes with 1000 Elements. These are initially given 20. Because loading 1000 Grains every time the user wants to get the list is crazy according to Coku.

Coku tries to be the fastest using simple and powerful algorithms.

Coku Network is very new and growing fast. Let’s take a look at the website or social media accounts to be informed about the developments.

Website: https://coku.app/

Instagram: https://www.instagram.com/cokuapp/

Twitter: https://twitter.com/CokuNew

Reddit: https://www.reddit.com/user/cokunetwork

Facebook: https://www.facebook.com/CokuCoin

Regards.

--

--

Coku Network

Coku is a blockchain that avoids complex transaction volumes, it uses easy solutions. The best solution is always the easiest solution.