Health Informatics: The Cutting Edge Adopting digital health records and sharing its data is a critical step forward. In order to foster better collaboration across patient...
Fundamentals of Cyber Systems Test and Evaluation Primer Learn the foundational techniques and theories of how to apply test and evaluation (T&E) to the cyber domain. The Fundamentals of Cyber...
Introduction To Autonomous Unmanned Systems With the rapidly increasing interest and use of unmanned systems in defense, there is also an increasing interest in making these systems...
DevSecOps and Agile Defense Acquisition DevSecOps is a critical component in modern software engineering. Through DevSecOps principles and practices, an organization can deliver...
Introduction to Java Programming III: Exceptions, Data Structures, Recursion, and GUIs This course provides you with the knowledge to handle and even create exceptions to achieve graceful error handling in programs. You will...
Introduction to Java Programming II: Object-Oriented Programming and Algorithms Build on the skills learned from “Introduction to Java Programming I: Foundations and Syntax Basics” and learn the basics of writing classes...
Data Structures & Algorithms I: ArrayLists, LinkedLists, Stacks, and Queues The Data Structures & Algorithms course begins with a review of some important Java techniques and nuances in programming. The course...
Data Structures & Algorithms II: Binary Trees, Heaps, Skiplists, and Hashmaps This Data Structures & Algorithms course extends beyond linear data structures to the nonlinear and hierarchical data structures. The course...
Data Structures & Algorithms III: AVL and 2-4 Trees, Divide and Conquer Algorithms This Data Structures & Algorithms course completes the data structures portion presented in the sequence of courses with self-balancing AVL...
Data Structures & Algorithms IV: Pattern Matching, Dijkstra’s, MST, and Dynamic Programming Algorithms This Data Structures & Algorithms course completes the four-course sequence of the program with graph algorithms, dynamic programming, and...