Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Software Engineering : Master Software Engineering in C#
Rating: 4.0 out of 5(38 ratings)
4,549 students

Software Engineering : Master Software Engineering in C#

Build great Software and Understand Software engineering in C#
Last updated 11/2018
English

What you'll learn

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

Course content

5 sections35 lectures2h 16m total length
  • Introduction1:31

    Sharpen your problem solving and logical thinking by learning sorting algorithms, data structures like binary and MVL trees, tries, and hash tables, and applying problem solving techniques for interview success.

  • Say Hello :)0:15

    Introduce yourself in the q and a section to help tailor your learning experience. Share where you’re from and why you enrolled, and connect with fellow learners.

  • Resources0:53

Requirements

  • Basic Knowledge Of Programming

Description

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 programmer expierienced null pointer exception or something like that. These errors are not created by "not knowing the programming language" but they are created because the algorithm is 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 step to 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 ?

Who this course is for:

  • Anyone who wants to improve Problem Solving skills
  • Anyone who wats to learn Software engineering
  • Anyone who wants to learn Data Structures and Sorting Algorithms