Question

please tell me a particular algorithm name that we can use in making a online shopping...

please tell me a particular algorithm name that we can use in making a online shopping database management??

0 0
Add a comment Improve this question Transcribed image text
Answer #1

In online shopping, a web application can disregard the real information by using a database and concentrate more on the presentation and conduct of the information. The end outcome is much lower and simpler to comprehend the quantity of code and logic in the web application.

In online shopping mainly we use :

“Database-backed.”

“Powered by PostgreSQL.”

“Cloud database.”

“Redundant, multi-zone NoSQL backend.”

Add a comment
Answer #2

Answer:
One particular algorithm you can use for an online shopping database management system is the B-tree algorithm.

Explanation:

  • Why B-tree? B-trees are perfect for managing large databases because they keep data sorted and allow for efficient searches, insertions, and deletions.


  • How it works:

    1. Balanced Structure: The tree automatically balances itself, ensuring all operations (search, insert, delete) take logarithmic time (O(log n)), making it fast even for huge databases.


    2. Handles Heavy Traffic: Online shopping systems need to handle many users simultaneously. B-trees optimize disk reads/writes, reducing slowdowns.


    3. Example Calculation: If your database has 1 million items, a B-tree with a height of 5 (typical for B-trees) would require only 5 disk accesses to find any item, compared to a linear search needing up to 1,000,000 accesses.

In Short: B-trees make your online shopping database fast, scalable, and efficient


answered by: Harshwardhan kunal
Add a comment
Know the answer?
Add Answer to:
please tell me a particular algorithm name that we can use in making a online shopping...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT