Skip to content
  • Facebook
GeekCer Logo

GeekCer

The geek's Coding education and Review centre

  • Home
  • Tutorials
    • Java
    • Servlet
    • JSP
    • Python
    • C Tutorial
    • Spring
    • Spring Boot
    • MongoDB
    • Hibernate
    • Data Structure
  • General Knowledge
  • Biography
  • Grammar
  • Festival (त्योहार)
  • Interview
  • Differences
  • Important
  • Toggle search form

Home » Data Structure

  • Dynamic memory allocation in C, malloc, realloc, calloc and free
    Dynamic memory allocation in C, malloc, realloc, calloc and free Data Structure
  • Different Types of Loans in India, Eligibility, Documents, Benefits
    Different Types of Loans in India, Eligibility, Documents, Benefits Important
  • What is Pronoun?
    What is Pronoun with example? Pronoun definition and examples Grammar
  • Java Hibernate Framework Tutorial
    Java Hibernate Framework Tutorial | Hibernate For Beginners Hibernate
  • Java 8 interview questions and answers, Java Stream, Optional
    Java 8 interview questions and answers, Java Stream, Optional Important
  • Jhansi Ki Rani Lakshmi Bai History, Story, Information in Hindi
    Jhansi Ki Rani Lakshmi Bai History, Story, Information in Hindi Biography
  • Method Overloading in Java
    Method Overloading in Java Java
  • Python Tuple and Basic Tuple Operations with Examples
    Python Tuple and Basic Tuple Operations with Examples Python

Category: Data Structure

Dynamic memory allocation in C, malloc, realloc, calloc and free

Posted on April 18, 2022April 18, 2022 By admin No Comments on Dynamic memory allocation in C, malloc, realloc, calloc and free
Dynamic memory allocation in C, malloc, realloc, calloc and free

The C programming technique of allocating necessary memory to hold data during runtime is known as dynamic memory allocation. We’re sure you’re familiar with arrays. When you want to process data and you know how big it is, an array is the ideal option. Assume you’re reading data from a file or accepting keyboard input….

Read More “Dynamic memory allocation in C, malloc, realloc, calloc and free” »

Data Structure

Linked List in Data Structure and Algorithm, Types, Operations

Posted on April 16, 2022April 16, 2022 By admin No Comments on Linked List in Data Structure and Algorithm, Types, Operations
Linked List in Data Structure and Algorithm, Types, Operations

A linked list is a data structure that simulates a dynamic list of data items without knowing the size at compile time. During the runtime, the linked list may grow or shrink. We are all familiar with the idea of an array, which is represented in memory using sequential mapping. It has a fixed size….

Read More “Linked List in Data Structure and Algorithm, Types, Operations” »

C Language, Data Structure

Linear search algorithm | Linear search program in C, Example

Posted on April 11, 2022April 11, 2022 By admin No Comments on Linear search algorithm | Linear search program in C, Example
Linear search algorithm | Linear search program in C, Example

The linear search algorithm is a very simple and straightforward in data structure. A linear search is also known as a sequential search. If the list or array is unordered, the linear search is preferable. Linear search is an excellent approach to find elements, however we must check each element of the array or list…

Read More “Linear search algorithm | Linear search program in C, Example” »

Data Structure

Binary search algorithm in C, Recursive, Iterative, examples

Posted on April 9, 2022April 9, 2022 By admin No Comments on Binary search algorithm in C, Recursive, Iterative, examples
Binary search algorithm in C, Recursive, Iterative, examples

If you have a sorted array, binary search algorithm is the quickest way. In a sorted array or list, binary search is used to increase the speed of the search operation. You might be wondering why we would want to arrange the array in that particular order? The benefit of structuring the array is that…

Read More “Binary search algorithm in C, Recursive, Iterative, examples” »

Data Structure

Bubble Sort Algorithm in Data Structure | Bubble Sort Example

Posted on April 5, 2022April 5, 2022 By admin No Comments on Bubble Sort Algorithm in Data Structure | Bubble Sort Example
Bubble Sort Algorithm in Data Structure | Bubble Sort Example

In a data structure, the bubble sort algorithm is the most basic sorting approach. Bubble sort employs the swapping approach, in which we swap the elements of an array. We have an array in this example, and we will sort it in ascending order. Steps for Bubble Sort Data Structure If the first element in…

Read More “Bubble Sort Algorithm in Data Structure | Bubble Sort Example” »

Data Structure

Recent Posts

  • Structured Vs Unstructured Data in Hindi | Key Difference
  • Jhansi Ki Rani Lakshmi Bai History, Story, Information in Hindi
  • Elon musk Hindi : एलन मस्क हिंदी में, Autobiography,  Net Worth
  • World Environment Day in Hindi : Objective, Importance, Theme
  • Thomas Edison Biography in Hindi – थॉमस एडिसन जीवनी
  • International Nurses Day in Hindi | नर्स दिवस क्यों मनाते हैं?
  • Fork/Join Framework in Java | RecursiveTask, RecursiveAction
  • DBMS in Hindi | DBMS क्या है? | DBMS की विशेषताएं और प्रकार
  • Dynamic memory allocation in C, malloc, realloc, calloc and free
    Dynamic memory allocation in C, malloc, realloc, calloc and free Data Structure
  • Different Types of Loans in India, Eligibility, Documents, Benefits
    Different Types of Loans in India, Eligibility, Documents, Benefits Important
  • What is Pronoun?
    What is Pronoun with example? Pronoun definition and examples Grammar
  • Java Hibernate Framework Tutorial
    Java Hibernate Framework Tutorial | Hibernate For Beginners Hibernate
  • Java 8 interview questions and answers, Java Stream, Optional
    Java 8 interview questions and answers, Java Stream, Optional Important
  • Jhansi Ki Rani Lakshmi Bai History, Story, Information in Hindi
    Jhansi Ki Rani Lakshmi Bai History, Story, Information in Hindi Biography
  • Method Overloading in Java
    Method Overloading in Java Java
  • Python Tuple and Basic Tuple Operations with Examples
    Python Tuple and Basic Tuple Operations with Examples Python
  • Java Tutorial
  • Servlet Tutorial
  • JSP Tutorial
  • Maven Tutorial
  • HTML Tutorial
  • Programs
  • Hindi/English Grammar
  • Difference Between ... and ...
  • HR Interview
  • Important Articles

Write to Us:
geekcer.code@gmail.com

  • About Us
  • Privacy and Policy
  • Disclaimer
  • Contact Us
  • Sitemap

Copyright © GeekCer 2022 All Rights reserved