Data Structure - Study24x7
Social learning Network
study24x7

Default error msg

Login

New to Study24x7 ? Join Now
Already have an account? Login
datastructure Cover image
datastructure
Data Structure
  • Followers
  • Latest Feeds
  • Articles
  • Question
  • Course
  • About
  • Review
Interests
GATE Java Technologies Databases Big Data & Analytics
See more
72 followers study24x7 03 Nov 2020 01:55 PM study24x7 study24x7

𝙒𝙝𝙖𝙩 𝙞𝙨 𝙈𝙚𝙢𝙩𝙖𝙗𝙡𝙚...? ➊ A memtable is basically a write-back cache of data rows that can be looked up by key i.e. unlike a write-through cache, writes are batched up in the memtable until it is full, when a memtable is full, and it is...

See more

𝙒𝙝𝙖𝙩 𝙞𝙨 𝙈𝙚𝙢𝙩𝙖𝙗...
study24x7
Write a comment
72 followers study24x7 03 Nov 2020 11:55 AM study24x7 study24x7

Mongodb vs Cassandra

Mongodb vs Cassandra
study24x7
Write a comment
72 followers study24x7 06 Mar 2020 03:14 PM study24x7 study24x7

𝘿𝙚𝙩𝙚𝙘𝙩 𝙡𝙤𝙤𝙥 𝙞𝙣 𝙖 𝙡𝙞𝙣𝙠𝙚𝙙 𝙡𝙞𝙨𝙩 Use HashSet Traverse the list one by one and keep putting the node addresses in a Hash Table. At any point, if NULL is reached then return false and if next of current node points to...

See more

𝘿𝙚𝙩𝙚𝙘𝙩 𝙡𝙤𝙤𝙥 𝙞𝙣 ...
study24x7
Write a comment
  • Hridendra Srivastava
  • by using slow and fast pointer we also find the loop.
    72 followers study24x7 21 Feb 2020 12:53 PM study24x7 study24x7

    𝓓𝓪𝓽𝓪 𝓢𝓽𝓻𝓾𝓬𝓽𝓾𝓻𝓮 𝓪𝓷𝓭 𝓐𝓵𝓰𝓸𝓻𝓲𝓽𝓱𝓶𝓼 - 𝓛𝓲𝓷𝓴𝓮𝓭 𝓛𝓲𝓼𝓽 A linked list is a sequence of data structures, which are connected together via links. Linked List is a sequence of links which...

    See more

    𝓓𝓪𝓽𝓪 𝓢𝓽𝓻𝓾𝓬𝓽𝓾𝓻𝓮...
    study24x7
    Write a comment
    72 followers study24x7 20 Nov 2019 01:31 AM study24x7 study24x7

    Do You Know....?

    Do You Know....?
    study24x7
    Write a comment
    72 followers study24x7 16 Nov 2019 02:56 PM study24x7 study24x7
    study24x7
    Write a comment
    72 followers study24x7 29 Sep 2019 11:54 PM study24x7 study24x7

    Outer Join.

    Outer Join.
    study24x7
    Write a comment
    72 followers study24x7 25 Aug 2019 04:39 AM study24x7 study24x7

    What is Normalization?

    Database normalization is a data design and organization process applied to data structures based on rules that help to build relational databases. In relational database design, the process of organizing data to minimize redundancy is called normali...

    See more

    study24x7
    Write a comment
    72 followers study24x7 23 Aug 2019 05:53 PM study24x7 study24x7

    SQL injection categories

    SQL injection categories
    study24x7
    Write a comment
    72 followers study24x7 19 Jun 2019 10:39 AM study24x7 study24x7

    The SQL command to create a table is:

    A

    MAKE TABLE.

    B

    ALTER TABLE.

    C

    DEFINE TABLE.

    D

    CREATE TABLE.

    study24x7
    Write a comment
    72 followers study24x7 07 Jun 2019 02:16 AM study24x7 study24x7

    Binary Tree Data Structure *_* A tree whose elements have at most 2 children is called a binary tree. It is made of nodes, where each node contains a "left" reference, a "right" reference, and a data element. The topmost node in the tree is called the root. Nodes which are not le...

    See more

    Binary Tree Data Structure
*_* A tree whose elements ...
    study24x7
    Write a comment
    72 followers study24x7 20 May 2019 01:00 AM study24x7 study24x7

    SQL

    SQL
    study24x7
    Write a comment
    72 followers study24x7 02 May 2019 07:21 PM study24x7 study24x7

    Which of the following products was an early implementation of the relational model developed by E.F. Codd of IBM?

    A

    IDMS

    B

    DB2

    C

    dBase-II

    D

    R:base

    study24x7
    Write a comment
    72 followers study24x7 30 Apr 2019 01:58 AM study24x7 study24x7

    Which of the following products was an early implementation of the relational model developed by E.F. Codd of IBM?

    study24x7
    Write a comment
    72 followers study24x7 30 Apr 2019 01:37 AM study24x7 study24x7

    What is Big O notation ....? Calculating the exact runtime of an algorithm is difficult because it depends on the machine, the programming language, and the implementation of the algorithm. Instead of calculating the exact runtime or number of operations, we can estimate the ru...

    See more

    What is Big O notation ....?

Calculating the exact r...
    study24x7
    Write a comment
    72 followers study24x7 30 Apr 2019 01:31 AM study24x7 study24x7

    What are the Time Cases..? *_* Worst Case: This is the scenario where a particular data structure operation takes the maximum time it can take. If an operation's worst-case time is ƒ(n) then this operation will not take more than ƒ(n) time where ƒ(n) represents a function of ...

    See more

    What are the Time Cases..?

*_* Worst Case: This is t...
    study24x7
    Write a comment
    72 followers study24x7 30 Apr 2019 01:24 AM study24x7 study24x7

    Characteristic of a Data Structure *-* Correctness: Data structure implementation should implement its interface correctly. *-* Time Complexity: Running time or the execution time of operations of the data structure must be as small as possible. *-* Space Complexity: Memory usage...

    See more

    study24x7
    Write a comment
    72 followers study24x7 30 Apr 2019 01:16 AM study24x7 study24x7

    What is the data structure.....? Data + Structure Data: Data is a set of values of subjects with respect to qualitative or quantitative variables. Structure: Structure is an arrangement and organization of interrelated elements in a material object or system, or the object or sys...

    See more

    What is the data structure.....?
Data + Structure
Dat...
    study24x7
    Write a comment
    About

    The data structure is a specialized format for organizing and storing data. General data structure types include the array, the file, the record, the table, the tree, and so on. Any data structure is ...
    See More

    Ratings
    5.0
    out of 5
    7 Ratings
    5 study24x7
     
    7.0
    4 study24x7
     
    0.0
    3 study24x7
     
    0.0
    2 study24x7
     
    0.0
    1 study24x7
     
    0.0
    Related Pages

    TET

    66 followers