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

  • State the Universal law of gravitation | Law of Gravity, Formula
    State the Universal law of gravitation | Law of Gravity, Formula Science
  • Christmas Day Celebration
    Christmas Day Celebration | Story about Christmas day Festival
  • Lanka Kand Summary in Hindi | Ram Vs Ravana | लंका काण्ड
    Lanka Kand Summary in Hindi | Ram Vs Ravana | लंका काण्ड Spiritual
  • Famous Slogans given by famous Personalities Indian leaders
    Famous Slogans of freedom fighters in Hindi | स्वतंत्रता सेनानियों के प्रसिद्ध नारे हिंदी में General Knowledge
  • What is Pronoun?
    What is Pronoun with example? Pronoun definition and examples Grammar
  • World Earth Day in Hindi | पृथ्वी दिवस कब और क्यों मनाया जाता है?
    Earth Day in Hindi, Theme | पृथ्वी दिवस कब और क्यों मनाया जाता है? General Knowledge
  • International Nurses Day in Hindi | नर्स दिवस क्यों मनाते हैं?
    International Nurses Day in Hindi | नर्स दिवस क्यों मनाते हैं? General Knowledge
  • Draupadi Murmu Biography In Hindi | द्रौपदी मुर्मू की जीवनी
    Draupadi Murmu Biography In Hindi | द्रौपदी मुर्मू की जीवनी Biography

Category: Data Structure

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

Posted on April 18, 2022September 12, 2022 By GeekCer Education No Comments on Dynamic memory allocation in C using malloc, realloc, calloc and free
Dynamic memory allocation in C using 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 using malloc, realloc, calloc and free” »

Data Structure

Linked List in Data Structure and Algorithm, Types, Operations

Posted on April 16, 2022April 16, 2022 By GeekCer Education 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 GeekCer Education 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 GeekCer Education 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 GeekCer Education 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
  • National Farmers Day in Hindi | राष्ट्रीय किसान दिवस पर निबंध | चौधरी चरण सिंह जयंती
  • Human rights day in Hindi: 10 दिसंबर ह्यूमन राइट्स डे
  • Unicef day is celebrated on December 11 | Speech on unicef day
  • Indian Navy Day: जल सेना दिवस कब और क्यों मनाया जाता है?
  • P V Sindhu Biography in Hindi, Badminton, State, Caste पी. वी. सिंधु जीवन परिचय, कहानी, राज्य, जाति
  • Draupadi Murmu Biography In Hindi | द्रौपदी मुर्मू की जीवनी
  • Network kya hai (नेटवर्क क्या है)
    Network kya hai (नेटवर्क क्या है) Networking
  • Difference between Internet and Intranet
    Difference between Internet and Intranet Differences
  • TCP/IP Model, Full Form, Layers and their Functions
    TCP/IP Model, Full Form, Layers and their Functions Networking
  • OSI Model | 7 Layers of OSI Model in Computer network
    OSI Model | 7 Layers of OSI Model in Computer network, Functions Networking
  • Difference between TCP and UDP
    Difference between TCP and UDP | TCP vs UDP examples Differences
  • Similarities and difference between OSI and TCP/IP model
    OSI vs TCP/IP Model, Similarities and difference between OSI and TCP/IP model Networking
  • IPv4 Vs IPv6 | Difference between IPv4 and IPv6
    IPv4 Vs IPv6 | Difference between IPv4 and IPv6 Differences
  • 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