Planet of Coders
Web Design & Development Articles, Question-Answers, etc...
  Menu
Skip to content
  • Home
  • About Author
  • Contact to Author
  • Site Stats
Planet of Coders » Tag » Data Structure

Tag Archives: Data Structure

Data structures are used in almost every program or software system. Data structures provide a means to manage huge amounts of data efficiently, such as large databases and internet indexing services. Usually, efficient data structures are a key to designing efficient algorithms. Some formal design methods and programming languages emphasize data structures, rather than algorithms, as the key organizing factor in software design.

« Older posts

What is a spanning Tree?

By Gaurav Agrawal | March 15, 2016 - 1:11 PM |May 17, 2017 Data Structure Concepts
Leave a comment

A spanning tree is a tree associated with a network. All the nodes of the graph appear on the tree once. A minimum spanning tree is a spanning tree organized so that the total edge weight between nodes is minimized.

Tagged Data Structure

In RDBMS, what is the efficient data structure used in the internal storage representation?

By Gaurav Agrawal | March 10, 2016 - 1:11 PM |September 5, 2016 Data Structure Concepts
Leave a comment

B+ tree. Because in B+ tree, all the data is stored only in leaf nodes, that makes searching easier. This corresponds to the records that shall be stored in leaf nodes.

Tagged Data Structure

Classify the Hashing Functions based on the various methods by which the key value is found.

By Gaurav Agrawal | March 5, 2016 - 1:10 PM |September 5, 2016 Data Structure Concepts
Leave a comment

Direct method, Subtraction method, Modulo-Division method, Digit-Extraction method, Mid-Square method, Folding method, Pseudo-random method.

Tagged Data Structure

What is the bucket size, when the overlapping and collision occur at same time?

By Gaurav Agrawal | March 1, 2016 - 1:09 PM |September 5, 2016 Data Structure Concepts
Leave a comment

One. If there is only one entry possible in the bucket, when the collision occurs, there is no way to accommodate the colliding value. This results in the overlapping of values.

Tagged Data Structure

List out few of the applications that make use of Multilinked Structures?

By Gaurav Agrawal | February 25, 2016 - 1:08 PM |September 5, 2016 Data Structure Concepts
Leave a comment

Sparse matrix, Index generation.

Tagged Data Structure
123›»
  • Search You Want

  • Email Subscription 4 Updates

    Enter your email address: Note: After subscription you will get an email from FeedBurner. Please check this mail in your Inbox or Spam box and click on confirmation link.
  • Monthwise Posts

  • Show by Technology

    • .Net Programming (600)
    • Apple (1)
    • Certifications (118)
    • Data Structure Concepts (47)
    • Database Management (113)
    • General Information (86)
    • Google (1)
    • Graphics/Designing (5)
    • Interview Question-Answer (56)
    • Java (54)
    • Methodology Concept (13)
    • Mobile Technology (16)
    • MOSS (5)
    • OOPs Concepts (66)
    • Regular Expression Validation (1)
    • Reporting Services (2)
    • Script Programming (21)
    • Server Management (15)
    • Third Party Products (3)
    • Uncategorized (18)
    • Windows (7)
    • Windows Azure (6)
  • Posts’ Tags

    .Net 70-433 70-506 70-511 70-536 70-562 70-583 Ado.Net Android Application Insights Asp.Net Assembly C# C Programming CSS Data Structure Designing Design Pattern General HR IIS Interview Q-A IOS IT JavaScript jQuery Linq Methodology Mobile Apps MVC OOPs SharePoint Silverlight SQL SQL Server SSRS State Management Testing WCF Web-Service Web Developer 4.0 Windows 8 Windows Apps Windows Azure WWF
  • Search by Date

    December 2019
    M T W T F S S
    « Jan    
     1
    2345678
    9101112131415
    16171819202122
    23242526272829
    3031  
  • Most Popular Post

    • What is CLR? Difference between CLS and CTS?
    • What is RDBMS?
    • What is App_Start folder in ASP.NET MVC?
    • Difference between Basic HTTP Binding and Net TCP Binding in WCF Service
    • Open a new Tab/Window by using Response.Redirect and it open in new web page
  • Check Page Rank
Planet of Coders © 2012 - 2019 | Designed & Developed by Gaurav Agrawal