In this course I will be teaching you everything you need to learn in order to become a professional C programmer , Algorithm designer and a problem solver. Whether you are a beginner or an experienced programmer , this course will fill all the gaps and give you a strong foundation and prepare you for an expert professional coding life.
If you chose computer sciences then Learning C is mandatory , Every kind of software was made with C, Operating systems such as Linux (The Most popular OS on earth), Version control systems such as Git (The most used Version control system on earth), Web servers such as Apache (The most popular web server on earth), Video game engines such as Unity3d (The most popular game engine on earth), Video encoders such as H.264 (The most popular and widely used video encoder on earth) , even most popular programming language were originally written in c such as c++ , c# , java , javascript, objective c… All of them was written with C. For that reason , any giant high tech company such as google , Microsoft ,IBM… will happily hire any programmer who masters C , Algorithms and Data Structure. So what are you waiting for ? Enroll now and let the journey begins.
This course will cover the following topics:
Course 101:
- Introduction to the C programming language.
- Input And Output
- Variables and data types
- Constants
- Operators
- Conditional
- Iterative programming
- Arrays
- Functions
- Pointers
- Scopes
- Input And Output
- Strings
- Manual Compilation via the command line prompt / Terminal
Algorithms:
- Sorting Algorithms
- Geometric Algorithms
- Math Algorithms
- String Algorithms
- Approximation Algorithms
- Tree Algorithms
- Graph Algorithms
- Complexity Theory
- Problem Solving Approaches
- More Algorithms are being added continuously FOREVER…
Data Structures:
- variables
- Arrays (Multi dimensional)
- Strings
- Stacks
- Queues
- Linked lists (Singly & Doubly)
- Heaps
- Trees (Binary Search Tree , AVL Trees …)
- Graphs
- More Data structures are being added continuously FOREVER…
Problem set:
- A vary rich problem set with solutions and explanations
- More problems are being added continuously FOREVER…
Course 101
In order to write and run C programs you will need to install an IDE (interactive development environment).
In this video will will install an IDE , Write our very first program, Break it down and explain the meaning of every keyword. We will cover Fundamentals of building your project as well as an introduction to all of the notions you need to know to get started.
Variables are one of the most idea in programming , in face every programming language has the notion of variables. They (Variables) are basically a way to store data temporarily to serve more sophisticated job.
Problem set | 101
Data Structures
This video comes with the downloadable source code (The source code has a slight change, so please check it out)