Skip to content

jerrykhh/cityu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CityU BSCEGU2

If you want to share your resources or fix bugs, please free to create the pull requests. Thanks.

BSc in Computer Science

Course Code Course Name
CS2312 Problem Solving and Programming (Java OOP)
CS2402 Introduction to Computational Probability Modeling
CS3103 Operating Systems
CS3334 Data Structures
CS3342 Software Design
CS3343 Software Engineering Practice
CS3481 Fundamentals of Data Science
CS3483 Multimodal Interface Design
CS4335 Design and Analysis of Algorithms
CS4386 AI Game Programming
CS4514 Project
MA2185 Discrete Mathematics

If you want more materials for your study, please feel free to contact me. Thanks.

Migrate cmd

git remote add [remote-name-you-wanted] [remote-url]
git fetch [remote-name-you-wanted] # it will return the branch name such as cs3103/master
git merge [branch-name] --allow-unrelated-histories