Skip to content

J-D-J123/cs2050

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS2050 - @The University of Missorui Columbia

Course Overview 🏫

CS2050 is an intermediate-level computer science course focusing on data structures, and methods.

Learning Objectives 📚

  • Understand and implement common data structures (arrays, linked lists, stacks, queues, trees, hashes)
  • Analyze algorithm efficiency using Big-O notation
  • Solve problems using recursion and dynamic programming
  • Implement smart arrays (jagged arrays)
  • Work with memory management and pointers

Programming Language 💻

  • The primary language for this course is C

Sample Code

#include <stdio.h>

int main(void) {

    printf("Hello, CS2050!\n");
    return 0; 
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages