Big o notation - Study guides, Class notes & Summaries
Looking for the best study guides, study notes and summaries about Big o notation? On this page you'll find 218 study documents about Big o notation.
Page 2 out of 218 results
Sort by:
-
Exam (elaborations)
Algorithm Design (Kleinberg & Tardos): Comprehensive Solutions Manual and Analysis
-
---283October 20252025/2026A+
- This document provides detailed, step-by-step solutions and comprehensive analysis for the exercises and problems found in the globally-recognized textbook, Algorithm Design by Jon Kleinberg and Éva Tardos. 
 
The manual covers fundamental concepts and advanced topics essential for competitive programming and university-level computer science, including: 
 
Core Design Paradigms: Detailed walkthroughs of solutions involving Greedy Algorithms, Divide and Conquer, and Dynamic Programming. 
 
Adva...
-
$17.99 More Info
NurseBernie
-
Class notes
Data Structures Complete PDF Notes | Algorithms, Trees, Graphs, Sorting | Exam Study Guide
-
---176March 20262025/2026
- Comprehensive Data Structures PDF Notes designed for Computer Science and Software Engineering students preparing for exams, quizzes, and technical interviews. 
 
These notes clearly explain core data structure concepts with definitions, examples, and algorithm breakdowns — perfect for understanding theory and improving problem-solving skills. 
 
Topics typically covered include: 
 
Arrays & Strings 
 
Linked Lists 
 
Stacks & Queues 
 
Recursion 
 
Trees (Binary Trees, BST, Traversals) 
 
Hea...
-
$13.99 More Info
lectjohnson
-
Exam (elaborations)
COEN 12 FINAL EXAM ACTUAL 2025/2026 QUESTIONS AND 100% CORRECT ANSWERS
-
--8July 20252024/2025A+Available in bundle
- COEN 12 FINAL EXAM ACTUAL 
2025/2026 QUESTIONS AND 100% 
CORRECT ANSWERS 
What is the run-time efficiency of the following program? 
for(i = 1; i <= n; i++) 
printf("%d", i); - Answer -O(n) 
Calculate the run-time efficiency of the following program segment 
for(i = 1; i <= n; i++) 
for(j = 1; j <= n; j++) 
for(k = 1; k <= n; k++) 
printf("%d %d %dn", i, j, k); - Answer -O(n^3) 
If the algorithm doIT has an efficiency factor of 5n, calculate the runtime efficiency of ...
-
$12.49 More Info
mercylynneh
-
Exam (elaborations)
COEN 12 FINAL EXAM ACTUAL 2025/2026 QUESTIONS AND 100% CORRECT ANSWERS
-
--8July 20252024/2025A+Available in bundle
- COEN 12 FINAL EXAM ACTUAL 
2025/2026 QUESTIONS AND 100% 
CORRECT ANSWERS 
What is the run-time efficiency of the following program? 
for(i = 1; i <= n; i++) 
printf("%d", i); - Answer -O(n) 
Calculate the run-time efficiency of the following program segment 
for(i = 1; i <= n; i++) 
for(j = 1; j <= n; j++) 
for(k = 1; k <= n; k++) 
printf("%d %d %dn", i, j, k); - Answer -O(n^3) 
If the algorithm doIT has an efficiency factor of 5n, calculate the runtime efficiency of ...
-
$12.49 More Info
mercylynneh
-
Exam (elaborations)
Data Structures and Algorithms Question Bank | Complete DSA Exam Practice & Interview Prep Guide
-
---28January 20262025/2026A+
- Access the Data Structures and Algorithms Question Bank, a comprehensive collection of exam-style and interview-focused questions with solutions covering all core DSA topics. Includes arrays, linked lists, stacks, queues, trees, graphs, hashing, sorting, searching, recursion, and dynamic programming. Ideal for computer science students, software engineering exams, and technical interview preparation, this resource strengthens problem-solving skills, algorithmic thinking, and time complexity anal...
-
$18.49 More Info
eNerd
-
Exam (elaborations)
WGU C949 Objective Assessment (Latest 2026/ 2027 Update) Data Structures and Algorithms I Review | Verified Questions & Answers | Grade A
-
--51March 20262025/2026A+Available in bundle
- WGU C949 Objective Assessment (Latest 2026/ 2027 Update) 
Data Structures and Algorithms I Review | Verified Questions 
& Answers | Grade A 
2026/2027 | GRADED A+ | 100 out of 100 
Question: 
Which statement describes a queue data structure? 
Answer 
It is a sequence of elements in which insertions can take place only at the back end and deletions can take place only at 
the front end. 
Question: 
Which data structure allows inserting and deleting data elements at both the front and th...
-
$13.99 More Info
ProfGoodlucK
-
Exam (elaborations)
COEN 12 Final Exam (45 Questions) – Algorithms, Hashing, Linked Lists, Trees – Santa Clara University
-
--11September 20252025/2026A+Available in bundle
- This document provides a complete and accurate set of 45 final exam questions and answers for COEN 12: Data Structures, covering essential topics in computer science and engineering. It includes a wide range of conceptual and technical questions on algorithm analysis (Big-O notation), runtime efficiency, hash table operations (linear and quadratic probing), linked lists (singly and doubly linked, sorted and unsorted), binary search trees, AVL trees, binary heaps, and graph representations. Also ...
-
$15.99 More Info
PROFFKERRYMARTIN
-
Exam (elaborations)
COEN 12 FINAL EXAM ACTUAL 2025/2026 QUESTIONS AND 100% CORRECT ANSWERS
-
--8June 20252024/2025A+Available in bundle
- COEN 12 FINAL EXAM ACTUAL 
2025/2026 QUESTIONS AND 100% 
CORRECT ANSWERS 
What is the run-time efficiency of the following program? 
for(i = 1; i <= n; i++) 
printf("%d", i); - Answer -O(n) 
Calculate the run-time efficiency of the following program segment 
for(i = 1; i <= n; i++) 
for(j = 1; j <= n; j++) 
for(k = 1; k <= n; k++) 
printf("%d %d %dn", i, j, k); - Answer -O(n^3) 
If the algorithm doIT has an efficiency factor of 5n, calculate the runtime efficiency of ...
-
$12.49 More Info
AdelineJean
-
Exam (elaborations)
Computer Science Praxis Study Guide Questions and Answers Latest Version Graded A+
-
--58May 20252024/2025A+Available in bundle
- Computer Science Praxis Study Guide 
Questions and Answers Latest Version 
 
Graded A+ 
 
What is the difference between a compiler and an interpreter? 
 A compiler translates the entire source code into machine code before execution, while an 
interpreter translates and executes code line-by-line. 
 
How does a binary search algorithm work? 
 It repeatedly divides a sorted list in half to find a target value efficiently. 
 
What is the purpose of a data structure? 
 To organize and store data e...
-
$12.49 More Info
StellarScores
-
Exam (elaborations)
IT C950 Task 2 – WGUPS Routing Program Write-Up | WGU | Complete & Verified Submission
-
---15June 20252024/2025A+
- This document provides a fully completed and well-structured Task 2 write-up for the WGUPS Routing Program project in IT C950 – Data Structures and Algorithms II at Western Governors University (WGU). It includes algorithm analysis, Big-O notation justification, data structure rationale, and performance optimization discussion—all aligned with course requirements and evaluation standards. Perfect for reference or preparation before submitting your own write-up.
-
$15.99 More Info
writingassistunlimited