Open in app
Home
Notifications
Lists
Stories

Write
Keerthiga Ranjithkumar
Keerthiga Ranjithkumar

Home

Dec 31, 2020

Heap using Python

Heap is a specialized tree-based data structure and is used to represent the priority queue. In the heap-sort algorithm, we have two heaps min-heap and max-heap. Let’s take the input as [6,8,9,2,4] (i) Min-heap: In the Min-heap, the “Parent node should be less than or equal to the child node”. Let’s…

Heap

4 min read

Heap using Python
Heap using Python

Dec 29, 2020

Stack in Python

The stack is a linear data structure that will allow adding or removing elements in a particular order. When a new element is added at one end, it goes on the top of the stack. Stack follows the “Last in First out” order. In stack, we can add, traverse, and…

Datastrucutre

2 min read

Stack in Python
Stack in Python

Nov 22, 2020

Toast Message in Flutter

A toast message is a small message that appears on the screen for a few seconds. It is considered as a simple information that you have done. Let’s see how do we achieve it in flutter, For the toast message, we have to use a package called toast. …

Flutter

3 min read

Toast Message in Flutter
Toast Message in Flutter

Nov 18, 2020

Normalization and its Types in DBMS

Normalization is a process of organizing data in a database to avoid data redundancy and to eliminate insert anomaly, delete anomaly, and update anomaly. Here, anomaly refers to error Now, Data redundancy means similar data in multiple rows. Let’s take an example to explain those anomalies.

Normalization

6 min read

Normalization and its Types in DBMS
Normalization and its Types in DBMS

Nov 7, 2020

Top 6 Important Concepts Of DBMS

Database Management System is a software that is used to store & retrieve the data simply like an Excel sheet. Let’s take an example called the Company database.

Dbms

5 min read

Top 6 Important Concepts Of DBMS
Top 6 Important Concepts Of DBMS

Nov 6, 2020

Easiest Framework For Developing Mobile Apps

The first question that arises in our mind is? “ Why we need to develop apps? ” Here is your answer! It is essential for Online business. It is used to boost your sales. To improve customer engagement and visibility to all customers at all times. Now we know that…

Flutter

2 min read

Easiest Framework For Developing Mobile Apps
Easiest Framework For Developing Mobile Apps
Keerthiga Ranjithkumar

Keerthiga Ranjithkumar

Software Developer Trainee

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable