Sign Up

Continue with Facebook
Continue with Google
Continue with Twitter
or use

What is the capital of Egypt? ( Cairo )

Have an account? Sign In Now

Sign In

Continue with Facebook
Continue with Google
Continue with Twitter
or use

What is the capital of Egypt? ( Cairo )

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

What is the capital of Egypt? ( Cairo )

Have an account? Sign In Now

Sorry, you do not have a permission to ask a question, You must login to ask question.

Continue with Facebook
Continue with Google
Continue with Twitter
or use

What is the capital of Egypt? ( Cairo )

Forgot Password?

Need An Account, Sign Up Here
Sign InSign Up

Digital Ranger

Digital Ranger Logo Digital Ranger Logo

Digital Ranger Navigation

  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • About Us
  • Blog
  • Contact Us

Share & grow the WordPress knowledge!

We want to connect the people who know the people who need it and bring people together with different perspectives so, they can understand each other better, and empower everyone to share their knowledge for the benefit of the rest of the world.

Create A New Account
What's your question?

Digital Ranger is a platform to gain and share knowledge.

  1. Asked: March 8, 2021In: Website Development

    SSL certificate

    Digital Ranger

    Digital Ranger

    • Gurgaon, India
    • 0 Questions
    • 1 Answer
    • 0 Best Answers
    • 1k Points
    View Profile
    Digital Ranger Master
    Added an answer on March 16, 2021 at 2:08 pm

    https://wordpress.org/plugins/really-simple-ssl/ use this plugin for free ssl

    https://wordpress.org/plugins/really-simple-ssl/ use this plugin for free ssl

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  2. Asked: July 14, 2020

    What is Max Heap?

    Jyotika Sharma

    Jyotika Sharma

    • jalandhar, India
    • 105 Questions
    • 105 Answers
    • 3 Best Answers
    • 630 Points
    View Profile
    Jyotika Sharma Expert
    Added an answer on July 15, 2020 at 12:25 am

    Max Heap is the heap in which every node's key value will be greater than the key values present at its left and right child. From the max heap, we can easily find the maximum value storing node because it will be the root node of the tree.

    Max Heap is the heap in which every node’s key value will be greater than the key values present at its left and right child. From the max heap, we can easily find the maximum value storing node because it will be the root node of the tree.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  3. Asked: July 14, 2020

    What is Min Heap?

    Jyotika Sharma

    Jyotika Sharma

    • jalandhar, India
    • 105 Questions
    • 105 Answers
    • 3 Best Answers
    • 630 Points
    View Profile
    Jyotika Sharma Expert
    Added an answer on July 15, 2020 at 12:22 am

    Min Heap is the heap in which every node's key value will be less than the key values present at its left and right child. From min-heap, we can easily find the minimum value storing node because it will be the root node of the tree.

    Min Heap is the heap in which every node’s key value will be less than the key values present at its left and right child. From min-heap, we can easily find the minimum value storing node because it will be the root node of the tree.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  4. Asked: July 14, 2020

    What is Heap?

    Jyotika Sharma

    Jyotika Sharma

    • jalandhar, India
    • 105 Questions
    • 105 Answers
    • 3 Best Answers
    • 630 Points
    View Profile
    Best Answer
    Jyotika Sharma Expert
    Added an answer on July 14, 2020 at 11:35 pm

    In the data structure, a heap is a specialized binary tree-based structure that satisfies two major properties generally known as heap properties. which includes : 1. Shape 2. Order

    In the data structure, a heap is a specialized binary tree-based structure that satisfies two major properties generally known as heap properties. which includes :
    1. Shape
    2. Order

    See less
    • 1
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  5. Asked: July 14, 2020

    What is AVL Rotation?

    Jyotika Sharma

    Jyotika Sharma

    • jalandhar, India
    • 105 Questions
    • 105 Answers
    • 3 Best Answers
    • 630 Points
    View Profile
    Jyotika Sharma Expert
    Added an answer on July 14, 2020 at 11:30 pm

    It is a special operation that is mainly used in AVL trees. Most of the time it has been seen that after the operation of insertion or deletion some time the balance factor of any node in the tree is affected so as to render the binary search tree unbalanced tree AVL, which is called rotation.

    It is a special operation that is mainly used in AVL trees. Most of the time it has been seen that after the operation of insertion or deletion some time the balance factor of any node in the tree is affected so as to render the binary search tree unbalanced tree AVL, which is called rotation.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  6. Asked: July 14, 2020

    What is Algorithm?

    Jyotika Sharma

    Jyotika Sharma

    • jalandhar, India
    • 105 Questions
    • 105 Answers
    • 3 Best Answers
    • 630 Points
    View Profile
    Jyotika Sharma Expert
    Added an answer on July 14, 2020 at 10:36 pm

    An algorithm is a step by step method or a process followed or used to solve a particular problem. If the problem is viewed as a function, then an algorithm is an implementation for the function that transforms a required input for the function to the corresponding output which will be a solution ofRead more

    An algorithm is a step by step method or a process followed or used to solve a particular problem. If the problem is viewed as a function, then an algorithm is an implementation for the function that transforms a required input for the function to the corresponding output which will be a solution of the problem. There can be different algorithms to solve the same particular problem as a given solution solves only one problem at a time.

    See less
    • 1
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  7. Asked: July 14, 2020

    What is Searching?

    Jyotika Sharma

    Jyotika Sharma

    • jalandhar, India
    • 105 Questions
    • 105 Answers
    • 3 Best Answers
    • 630 Points
    View Profile
    Jyotika Sharma Expert
    Added an answer on July 14, 2020 at 10:12 pm

    Searching operations are used to seek or find a particular element in the data structures depending upon some key-value, record, or based upon some criteria. The location of the required data item will be returned if it will be present in the data structure; otherwise, NULL value will be returned.

    Searching operations are used to seek or find a particular element in the data structures depending upon some key-value, record, or based upon some criteria. The location of the required data item will be returned if it will be present in the data structure; otherwise, NULL value will be returned.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  8. Asked: July 11, 2020

    What is Merging?

    Jyotika Sharma

    Jyotika Sharma

    • jalandhar, India
    • 105 Questions
    • 105 Answers
    • 3 Best Answers
    • 630 Points
    View Profile
    Jyotika Sharma Expert
    Added an answer on July 14, 2020 at 9:56 pm

    Merging is a process of combining the records in two different files into a single file. It can be sorted based or un sorting based

    Merging is a process of combining the records in two different files into a single file. It can be sorted based or un sorting based

    See less
    • 1
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  9. Asked: July 11, 2020

    What is Sorting?

    Jyotika Sharma

    Jyotika Sharma

    • jalandhar, India
    • 105 Questions
    • 105 Answers
    • 3 Best Answers
    • 630 Points
    View Profile
    Jyotika Sharma Expert
    Added an answer on July 14, 2020 at 9:53 pm

    Sorting is used to arrange all the elements of data structure in the given order; either ascending or descending. Sorting will be based upon the data-type of element stored in the structure. The most common known sorting techniques include bubble sort and insertion sort, etc

    Sorting is used to arrange all the elements of data structure in the given order; either ascending or descending. Sorting will be based upon the data-type of element stored in the structure. The most common known sorting techniques include bubble sort and insertion sort, etc

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  10. Asked: July 11, 2020

    What is Deletion?

    Jyotika Sharma

    Jyotika Sharma

    • jalandhar, India
    • 105 Questions
    • 105 Answers
    • 3 Best Answers
    • 630 Points
    View Profile
    Jyotika Sharma Expert
    Added an answer on July 14, 2020 at 9:49 pm

    This operation is exactly opposite to the creation, here in this case already allocated memory is destroyed for the variable or object and it is returned back to the free spool of memory. This operation destroys the data structure.

    This operation is exactly opposite to the creation, here in this case already allocated memory is destroyed for the variable or object and it is returned back to the free spool of memory. This operation destroys the data structure.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  11. Asked: July 11, 2020

    What is Insertion?

    Jyotika Sharma

    Jyotika Sharma

    • jalandhar, India
    • 105 Questions
    • 105 Answers
    • 3 Best Answers
    • 630 Points
    View Profile
    Jyotika Sharma Expert
    Added an answer on July 14, 2020 at 9:15 pm

    An operation typically used in combination with data structures and that creates a data structure is known as creation. This operation reserve memory for the data elements and is responsible for the creation of a memory block for the new element. It can be carried out at compile-time and run-time.

    An operation typically used in combination with data structures and that creates a data structure is known as creation. This operation reserve memory for the data elements and is responsible for the creation of a memory block for the new element. It can be carried out at compile-time and run-time.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  12. Asked: July 11, 2020

    What is Traversal?

    Jyotika Sharma

    Jyotika Sharma

    • jalandhar, India
    • 105 Questions
    • 105 Answers
    • 3 Best Answers
    • 630 Points
    View Profile
    Jyotika Sharma Expert
    Added an answer on July 14, 2020 at 9:06 pm

    Traversal is the most common and basic operation by which each and every elements of the data structure is accessed or visited at least one time for some processing, here details of the processing need be disclosed. Being a basic operation this operation assists several different other operations liRead more

    Traversal is the most common and basic operation by which each and every elements of the data structure is accessed or visited at least one time for some processing, here details of the processing need be disclosed. Being a basic operation this operation assists several different other operations like insertion, deletion, searching, etc

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  13. Asked: July 11, 2020

    What are different operations on Data Structure?

    Jyotika Sharma

    Jyotika Sharma

    • jalandhar, India
    • 105 Questions
    • 105 Answers
    • 3 Best Answers
    • 630 Points
    View Profile
    Jyotika Sharma Expert
    Added an answer on July 14, 2020 at 9:02 pm

    The different possible operations that are to be carried out on data are nothing but designing of data structures. The various that can be performed on data structures are: 1. Traversal 2. Insertion 3. Deletion 4. Searching 5. Sorting 6. Merging

    The different possible operations that are to be carried out on data are nothing but designing of data structures. The various that can be performed on data structures are:
    1. Traversal
    2. Insertion
    3. Deletion
    4. Searching
    5. Sorting
    6. Merging

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  14. Asked: July 11, 2020

    What is Graph?

    Jyotika Sharma

    Jyotika Sharma

    • jalandhar, India
    • 105 Questions
    • 105 Answers
    • 3 Best Answers
    • 630 Points
    View Profile
    Jyotika Sharma Expert
    Added an answer on July 11, 2020 at 5:51 pm

    The graph is another important non-linear data structure which is basically an extension of tree, in the situation when data is not in sequential order but also not exactly in hierarchical order too, we prefer the implementation of the graph. Nodes of the graph need not be the same order but can beRead more

    The graph is another important non-linear data structure which is basically an extension of tree, in the situation when data is not in sequential order but also not exactly in hierarchical order too, we prefer the implementation of the graph. Nodes of the graph need not be the same order but can be multiple relationships among the nodes of the data.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  15. Asked: July 11, 2020

    What is Tree ?

    Jyotika Sharma

    Jyotika Sharma

    • jalandhar, India
    • 105 Questions
    • 105 Answers
    • 3 Best Answers
    • 630 Points
    View Profile
    Jyotika Sharma Expert
    Added an answer on July 11, 2020 at 5:29 pm

    A tree is one of the most important non-linear data structure which is sequentially made up of a finite set of elements called nodes. This set either is empty or consists of a node called the root together with its branches, in case of binary tree root will have two main branches, called left and riRead more

    A tree is one of the most important non-linear data structure which is sequentially made up of a finite set of elements called nodes. This set either is empty or consists of a node called the root together with its branches, in case of binary tree root will have two main branches, called left and right sub tree

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
1 2 3 … 8

Sidebar

Ask A Question

Stats

  • Questions 112
  • Answers 109
  • Best Answers 3
  • Users 213
  • Popular
  • Answers
  • Tags
  • Jyotika Sharma

    What is CSS3 ...

  • Jyotika Sharma

    What is Algorithm?

  • Jyotika Sharma

    What is Validation ...

  • Digital Ranger
    Digital Ranger added an answer https://wordpress.org/plugins/really-simple-ssl/ use this plugin for free ssl March 16, 2021 at 2:08 pm
  • Jyotika Sharma
    Jyotika Sharma added an answer Max Heap is the heap in which every node's key… July 15, 2020 at 12:25 am
  • Jyotika Sharma
    Jyotika Sharma added an answer Min Heap is the heap in which every node's key… July 15, 2020 at 12:22 am
cms

Top Members

Digital Ranger

Digital Ranger

  • 0 Questions
  • 1k Points
Master
Jyotika Sharma

Jyotika Sharma

  • 105 Questions
  • 630 Points
Expert
Ankita

Ankita

  • 0 Questions
  • 185 Points
Beginner
pranshu shen

pranshu shen

  • 2 Questions
  • 33 Points

Trending Tags

c+ Internet IT

Explore

  • Recent Questions
  • Questions For You
  • Most Answered
  • Answers
  • No Answers
  • Most Visited
  • Most Voted
  • Random
  • Bump Question
  • New Questions
  • Sticky Questions
  • Polls
  • Recent Posts
  • Most Visited Posts

Footer

Digital Ranger

We are here to provide you all the content related to wordpress and resolve your problems. We assure you that we will provide you the best of best.

Subscribe

Follow Us

© 2020 Digital Ranger. All Rights Reserved
With Love by Digital Ranger.