Computer Science, Elective Courses - Lessons, Practice and Memorization
Students

Academic Programs

AI-powered learning for grades 8-12, aligned with major curricula

Professional

Professional Courses

Industry-relevant training in Business, Technology, and Design

Games

Interactive Games

Fun games to boost memory, math, typing, and English skills

Courses tagged 'Computer Science, Elective'

tagged with 'Computer Science, Elective'

All Courses

Computer Architecture
2025-07-12

Computer Architecture

Vector processing is an efficient technique for handling large datasets by performing operations on multiple data elements simultaneously. This chapter explores SIMD, which enhances parallel computing capabilities in CPUs and GPUs, enabling faster processing for various applications such as graphics rendering and machine learning. Furthermore, advancements in SIMD architectures and the rise of General-Purpose GPUs (GPGPUs) have transformed computation across sectors by efficiently managing vast amounts of parallelizable tasks.

Author Pavan
Elective Cou... B.Tech
+2
View Course
Design & Analysis of Algorithms - Vol 2
2025-07-20

Design & Analysis of Algorithms - Vol 2

The chapter discusses memoization and dynamic programming as strategies to optimize recursive computations, particularly in the context of defining functions like Fibonacci. Memoization prevents redundant calculations by storing previously computed results, while dynamic programming eliminates recursion by systematically filling in values based on identified dependencies. Through these strategies, computational efficiency improves significantly, addressing the challenges of overlapping subproblems in recursive definitions.

Author Abraham
B.Tech Elective Cou...
+2
View Course
Design & Analysis of Algorithms - Vol 1
2025-07-19

Design & Analysis of Algorithms - Vol 1

The chapter explores the Bellman-Ford algorithm as a method for finding the shortest paths in graphs, especially those containing negative edge weights. It discusses the limitations and assumptions of Dijkstra's algorithm and contrasts them with the reassurances provided by Bellman-Ford when negative cycles are not present. The emphasis is placed on the determination of shortest paths through systematic updates rather than greedy choices.

Author Abraham
B.Tech Elective Cou...
+2
View Course
Design & Analysis of Algorithms - Vol 3
2025-07-20

Design & Analysis of Algorithms - Vol 3

The chapter delves into the concept of intractability in algorithms, emphasizing the distinction between generating and checking solutions. It highlights important problems such as Boolean satisfiability and the traveling salesman problem, noting that while finding efficient solutions may be difficult or impossible, checking their validity often is not. The chapter concludes by illustrating the relationship between various computational problems and their checking algorithms.

Author Abraham
Elective Cou... B.Tech
+2
View Course