Data Structure - What is Data Structure and Algorithm?

1. Data Structure

Efficiently manage large amounts of data
In order to manage data efficiently in code, data must be structured systematically

  • Main Representative Data Structure
    Array, Stack, Queue, LinkedList, HashTable, Tree, Heap .etc

2. Algorithm

Procedure / Method to solve the problem
Programming to get the desired ‘output’ by putting a certain ‘input’ for a problem

RPC Message procedure

Remote Procedure Call - Stateful Continue reading

PubSub architecture

Published on August 10, 2023

RESTful architecture

Published on August 09, 2023