Maratom
For the Better


Home Categories About Archive Search Tags

© 2020. All rights reserved.

Maratom's Study Blog

    Data Structure
  • What is Circular Queue?

    Contents Why use Circular Queue? Characteristic of Circular Queue Basic Operations enqueue dequeue Peek Why use Circular Queue? Improve memory overflow of array queue Even if there’s a an empty...

    Queue   06 Jun 2020

  • Database
  • Hierarchical and Network Database Model 계층형 & 네트워크 데이터베이스 모델

    Contents Hierarchical DB, 계층형 데이터베이스의 특징 What is a Referential integrity? 참조 무결성이란? The problem of the Hierarchical DB, 계층형 DB의 문제 Network DB, 네트워크 데이터베이스의 특징 Conclusion 결론 Hierarchical...

    Hierarchical model   Network model   31 May 2020

  • Data Structure
  • Doubly Linked List Implementation

    Contents What is Doubly Linked List ? Advantages of DDL Disadvantages of DDL Operations Insert Node Remove node Implementation What is Doubly Linked List ? In Singly Linked List, connections...

    Doubly Linked List   30 May 2020

Previous Page: 7 of 7 Next