Difference between revisions of "Programming and CS - Getting Started"
(→Getting Started Pages) |
(→Getting Started Pages) |
||
Line 2: | Line 2: | ||
=Getting Started Pages= | =Getting Started Pages= | ||
− | * [[Handin - The CS Assignment Handin System]] | + | * [[Handin|- The CS Assignment Handin System]] |
* [[Linux and CS Systems - Getting Started]] | * [[Linux and CS Systems - Getting Started]] | ||
* [[Python Programming - Getting Started]] | * [[Python Programming - Getting Started]] |
Revision as of 18:31, 12 January 2020
We are developing Getting Started pages on the most important topics and skills that are used throughout our courses. These can be used by incoming undergraduate students to get a head start, incoming graduate students to review, or current students to refresh/remediate.
Getting Started Pages
- - The CS Assignment Handin System
- Linux and CS Systems - Getting Started
- Python Programming - Getting Started
- C Programming - Getting Started
- R Programming - Getting Started
- Algorithms and Data Structures - Getting Started
Practice Programming Contest Problems
These are problems with precisely defined correct output, so that you can submit your program to make sure it is 100% correct.
- Hacker Rank - very user-friendly, different programming languages available, different categories of questions
- Practice problems at open.kattis.com (sort by difficulty or solved % to try the easiest ones first)
- ISU ACM Club's Contest Problem page
- A few simple practice problems, with solutions to some on the CS server. See the .txt files.
Source Control
It is a good idea to use source control when developing software, and is necessary when you are developing in a group or professionally. When working on assignments or course projects it is the best practice to use a private repository so other students cannot copy your work. Git is the industry standard for source control. Here are some resources to use to learn Git.