• LinkedIn
  • Twitter
  • Kubernetes
  • Spring boot
  • Java 8
  • React JS
  • React Native
  • Data Stuctures
Skip to content

Cankube.com is for developers, all examples are simple and easy to understand, and well tested in our development environment.

    Category: Data Stuctures

    Arrays, Linked List, Big O Notation, Stacks and Queues, Has Tables, Binary Trees, Binary Heaps, AVL & Red Tree, Fibonacci Series & Memoization.

    February 23, 2020 Algorithms / Data Stuctures

    Binary Heap

    It is a binary tree. Root is MAX. What is making Binary Heap which is so great ? Extremely Fast:

    Continue reading

    February 23, 2020 Algorithms / Data Stuctures

    Binary Trees

    What is binary trees ? it is tree data structure. It contains nodes. a top node is root. Each node

    Continue reading

    February 17, 2020 Data Stuctures

    HashTable

    What is hash-table ? It is key-value data structure , it is really good for lookup data in the HashTable.

    Continue reading

    February 16, 2020 Data Stuctures

    Stack & Queue

    Stack is LIFO : Last in First Out Queue is FIFO: First in First Out Both of them are implemented

    Continue reading

    February 16, 2020 Algorithms / Data Stuctures

    Big O Notation

    Aka Time Complexity The efficiency of your algorithm Used to describe runtime characteristics of our data structures and algorithms O(1)

    Continue reading

    February 16, 2020 Data Stuctures / Uncategorized

    Linked List

    What is it ? : Plain old data structure, no random access, fast add front O(1) It is a list

    Continue reading

    February 16, 2020 Data Stuctures

    Arrays

    What is an Arrays is ? : plain old data structure 3 things about array that you should know Can

    Continue reading

    • Kubernetes
    • Spring boot
    • Java 8
    • React JS
    • React Native
    • Data Stuctures
    Blog at WordPress.com.
    Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
    To find out more, including how to control cookies, see here: Cookie Policy