Skip to content

J-D-J123/cs2050

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 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, hash tables)
  • Analyze algorithm efficiency using Big-O notation
  • Solve problems using recursion and dynamic programming
  • Implement sorting and searching algorithms
  • Work with memory management and pointers (if using C/C++)
  • Learn how to make methods for all cases

Programming Language(s)

  • The primary language for this course is C

Sample Code

#include <stdio.h>

void helloCS2050() {
    printf("Hello, CS2050!\n");
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages