Digital Learning Skills & Enrichment Initiative is a programme spearheaded by the Higher Education Commission of Pakistan in partnership with Coursera, a renowned online learning platform of global repute.
Coursera is an online learning platform featuring many different subjects across an array of learning formats, such as courses, Specializations, Professional Certificates, degrees, and tutorials. Over 300 leading universities and companies provide instruction on Coursera, including Stanford, Duke, Illinois, University of Colorado Boulder, Google, IBM, Microsoft, and Meta.
Acquire job-relevant skills quickly in a two-hour interactive session with a subject matter expert. Access resources in your web browser and follow step-by-step guidance for project execution.
Professional Certificates on Coursera provide skills for career advancement through self-paced learning from top companies and universities. Completing practical projects showcases expertise to potential employers, helping launch your professional journey.
Specialization programs refine career skills through structured curriculums with challenging courses and practical projects. Completion results in a Specialization Certificate for professional recognition.
Digital Learning Skills & Enrichment Initiative is a programme spearheaded by the Higher Education Commission of Pakistan in partnership with Coursera, a renowned online learning platform of global repute.
Coursera is an online learning platform featuring many different subjects across an array of learning formats, such as courses, Specializations, Professional Certificates, degrees, and tutorials. Over 300 leading universities and companies provide instruction on Coursera, including Stanford, Duke, Illinois, University of Colorado Boulder, Google, IBM, Microsoft, and Meta.
Acquire job-relevant skills quickly in a two-hour interactive session with a subject matter expert. Access resources in your web browser and follow step-by-step guidance for project execution.
Professional Certificates on Coursera provide skills for career advancement through self-paced learning from top companies and universities. Completing practical projects showcases expertise to potential employers, helping launch your professional journey.
Specialization programs refine career skills through structured curriculums with challenging courses and practical projects. Completion results in a Specialization Certificate for professional recognition.
DLSEI 3.0 Cohort is Live - Apply Now: https://eservices.hec.gov.pk
University of Illinois at Urbana-Champaign
software-development | Advanced | 14 Hours
The Unordered Data Structures course covers the data structures and algorithms needed to implement hash tables, disjoint sets and graphs. These fundamental data structures are useful for unordered data. For example, a hash table provides immediate access to data indexed by an arbitrary key value, that could be a number (such as a memory address for cached memory), a URL (such as for a web cache) or a dictionary. Graphs are used to represent relationships between items, and this course covers several different data structures for representing graphs and several different algorithms for traversing graphs, including finding the shortest route from one node to another node. These graph algorithms will also depend on another concept called disjoint sets, so this course will also cover its data structure and associated algorithms.
graph traversal
tree traversal
spanning tree
c++
Algorithms
shortest path problem
Data Structures
graph algorithms
graphs
hashing