Software Engineering : Master Software Engineering in C#

Go to class
Write Review

Software Engineering : Master Software Engineering in C# provided by Udemy is a comprehensive online course, which lasts for 2-3 hours worth of material. Software Engineering : Master Software Engineering in C# is taught by Luke's Programming School. Upon completion of the course, you can receive an e-certificate from Udemy. The course is taught in Englishand is Paid Course. Visit the course page at Udemy for detailed price information.

Overview
  • Build great Software and Understand Software engineering in C#

    What you'll learn:

    • Understand Core Concepts of Software Engineering
    • Understand Sorting Algorithms
    • Understand Data Structures
    • Understand Software Engineering

    In order to create Efficient Algorithms, you must start from bottom. Learn the important concepts of problem solving and Software engineering. And then use the knowledge you gain to create your own algorithms. Algorithms are essential part of computer science and programing. Every program is executing some Algorithm. So it is important to know how to create efficient algorithms.

    I think every programmerexpierienced null pointer exceptionor something like that. These errors are not created by "not knowing the programming language" but they are created because the algorithmis incorrect. So what do you think is more important, Algorithms or programming language ?

    By learning Software engineering concepts. You will be able to create algorithms. Ofcourse it takes also practice, but learning software engineering is first stepto better algorithms and better analythic thinking.

    In this course I will go through Software engineering( algorithms and data structures, problem solving)

    In Sorting Algorithms section you will learn:

    1. Selection Sort
    2. Bubble Sort
    3. Recursion
    4. Merge Sort
    5. Quick Sort

    In Data Structures section you will learn:

    1. What is Data Structure
    2. Binary Search Tree
    3. AVL tree
    4. Linked List
    5. Trie
    6. Hash Table

    In Problem Solving section you will learn:

    1. Divide and Conquer
    2. Dynamic programming
    3. Greedy Aproach
    4. Backtracking

    And I will explin these techniques on:

    1. 0-1 Knapsack problem
    2. Kruskal's algorithms

    So do you want to learn software engineering ?