Maratom
For the Better


Home Categories About Archive Search Tags

© 2020. All rights reserved.

Maratom's Study Blog

    Data Structure
  • What is Binary Search Tree

    Contents What is Binary Search Tree ? Abstract data types of BST Basic Operations Search Insertion Deletion About Data Structure Binary Search Tree What is Binary Search Tree ? Use...

    Hash Table   C++   24 Jun 2020

  • Data Structure
  • What is Hash and Hash Table

    Contents What is Hash Table ? Structure of Hash Table Basic Operations for Hash Table Collision Resolution Separate Chaining Change of Operations Advantage of Separate Chaining Disadvantage of Separate Chaining...

    Hash Table   C++   22 Jun 2020

  • Data Structure
  • How to traverse Graph, DFS and BFS

    Contents How to Traverse Graph 1. Depth-First Search (DFS) 2. Breath-First Search (BFS) BFS DFS Implementation About Data Structure Graph Traversal DFS and BFS How to Traverse Graph 1. Depth-First...

    Graph   C   20 Jun 2020

  • Data Structure
  • How to implement Graph

    Contents Abstract data type of Graph Implementation method of Graph 1. Adjancency Matrix 2. Adjancency List Implementation About Data Structure Graph Implementation Method Abstract data type of Graph Create Graph...

    Graph   C   20 Jun 2020

  • Data Structure
  • What is a Graph and types of Graphs

    Contents What is Graph? Difference between Tree and Graph Characteristic of tree Characteristic of graph Term of Graph Types of Graphs About data structure Graph and its types What is...

    Graph   C   17 Jun 2020

Previous Page: 5 of 7 Next