Data Structures And Algorithms In Csharp

Data Structures and Algorithms in C# Using DSA Data Structures Algorithms C# Competitive Programming Leetcode FAANG DSA

Last updated 2022-01-10 | 4.3

- Understand the details of Data Structures and algorithms through animations
- Learn to write programs for different Data Structures and Algorithms in C#
- Get the confidence to face programming interviews

What you'll learn

Understand the details of Data Structures and algorithms through animations
Learn to write programs for different Data Structures and Algorithms in C#
Get the confidence to face programming interviews
Test your knowledge with over 100 Quiz questions
Learn how to analyse algorithms
Get the ability to write and trace recursive algorithms

* Requirements

* Basic knowledge of programming in C#

Description

This "Data Structures and Algorithms In C#" course is thoroughly detailed and uses lots of animations to help you visualize the concepts.

Subtitles are available for the first three sections. Closed Captioning for rest of the sections is in progress.

This "Data Structures and Algorithms in C#" tutorial will help you develop a strong background in Data Structures and Algorithms. The course is broken down into easy to assimilate short lectures, and after each topic there is a quiz that can help you to test your newly acquired knowledge. The examples are explained with animations to simplify the learning of this complex topic. Complete working programs are shown for each concept that is explained.

This Data Structures and Algorithms using C# course provides a comprehensive explanation of data structures like linked lists, stacks and queues, binary search trees, heap, searching and hashing. Various sorting algorithms with implementation and analysis are included. Concept of recursion is very important for designing and understanding certain algorithms so the process of recursion is explained with the help of several examples.

This Data Structures in C# course covers following topics with C# implementation :

Algorithm Analysis, Big O notation, Time complexity, Singly linked list, Reversing a linked list, Doubly linked list, Circular linked list, Linked list concatenation, Sorted linked list.

Stack, Queue, Circular Queue, Dequeue, Priority queue, Polish Notations, Infix to Postfix, Evaluation of Postfix, Binary Tree, Binary Search Tree, Tree Traversal (inorder, preorder, postorder, level order), Recursion, Heap, Searching, Hashing

Sorting : Selection, Bubble, Insertion, Shell, Merging, Recursive Merge, Iterative Merge, Quick, Heap, Binary tree, Radix, Address calculation sort

Here is the course content-

  • Algorithm Analysis

  • Linked List

  • Stack and Queue

  • Recursion

  • Binary Tree

  • Binary Search Tree

  • Heap

  • Sorting

  • Searching

  • Hashing

Throughout this Data Structures and Algorithms with C# course, a step by step approach is followed to make you understand different Data Structures and Algorithms. You will see code implementation of different data structures in C# and algorithms are explained in step-wise manner. Through this course you can build a strong foundation and it will help you to crack Data Structures and Algorithms in C# coding interviews questions and work on projects. Good foundation on Data Structures and Algorithms in C# interview topics helps you to attempt tricky interview questions.

In this Data Structures and Algorithms Through C# In Depth course, C# programs are used for implementing various concepts, but you can easily code them in any other programming language like C++, Java or Python.

This Learn Data Structures and Algorithms In C# online course on udemy will help software developers to refresh the concepts studied in Data Structures and Algorithms In C# books / pdf and also to students learning from referred book / pdf.

What students are saying about this course-

"Very knowledgeable tutor. So much better than reading a book. It is really helpful for coding assessment."

"Clear and concise explanation of basic to advanced data structures. I was able to utilize this knowledge in refactoring my application to perform faster. Lot of concepts were covered in this course which helps in tackling interview questions."

"This course is good and really demonstrates what should the developers know before the technical interview with top companies such as Amazon , Google , Microsoft  "

"I really like this course and am learning a lot, even though I studied Data Structures during my college days no one explained like this way. Very detail oriented and simply superb! Keep up the great work!"  

"This course is extraordinary i recommend for all data structure and algorithm beginner who study any programming language  "

"This is an excellent course - very similar to the Intro to Data Structures and Algorithms course I took in college. The diagrams and pictures are very helpful. The examples are all written out in clear and simple C# code. If your goal is to be able to whiteboard coding algorithms this course is a good place to start."

"Yes its really helpful to understand Algorithms and Data structures being a programmer me."

"short and precise introduction, author is convincing as efficient instructor"

"Very informative and the visual style helped picture it better." 

"Nice explanation of Trees and Binary Tree" 

"Very clear and concise explanations and examples. I learned a lot of data structures." 

"the explanation is clear and easily understandable"  

"Concepts explained neatly !!"  

"The lectures are clear and precise."

"Great tutorial"

"The author is doing a superb job so far at explaining the concepts behind algorithms and data structures."
 

So what are you waiting for, click on Buy button to enroll now and start learning.

Who this course is for:

  • Programmers looking for jobs
  • Programmers wanting to write efficient code
  • Computer Science students having Data Structures as part of their curriculum
  • Non Computer science students wanting to enter IT industry

Course content

12 sections • 160 lectures

Introduction to Data Structures and Algorithms Through C# In Depth Preview 01:35

Data Structures and Algorithms Preview 02:54

Measuring Running time of Algorithms Preview 02:20

Asymptotic Analysis Preview 02:46

Big O Notation Preview 04:06

Finding Big O Preview 05:21

Tight and Loose Upper Bounds Preview 01:30

Introduction Quiz A

Big O analysis of Algorithms Preview 02:00

Finding Time complexity Preview 03:16

Big O analysis of Algorithms: Examples Preview 11:24

Worst case, Best case and Average Case Analysis Preview 03:48

Common Complexities Preview 03:00

Abstract Data Types Preview 03:49

Introduction Quiz B

Introduction to Linked List in C# Preview 04:12

Traversing and Searching a Single Linked List Preview 06:05

Finding references in a single linked list Preview 05:22

Difference between while(p!=NULL) and while(p.link!=NULL) Preview 00:01

Insertion in a Single Linked List Preview 04:26

Insertion in a Single Linked List ..contd Preview 07:05

Deletion in a Single Linked List Preview 03:46

Your Review Matters! Preview 00:16

Reversing a Single Linked List Preview 02:45

Linked List Quiz A

Sorting a Linked list using Bubble Sort Preview 07:35

Merging of sorted Linked lists Preview 11:51

Sorting a Linked list using Merge Sort Preview 05:02

Finding and Removing a cycle in a Linked list Preview 10:44

Doubly linked list Preview 03:17

Insertion in a doubly linked List Preview 06:15

Deletion from doubly linked list Preview 05:12

Reversing a doubly linked list Preview 02:49

Circular linked list Preview 02:59

Insertion in a circular Linked List Preview 03:58

Deletion in a circular linked list Preview 03:40

Concatenation Preview 03:22

Linked List with Header Node Preview 04:48

Sorted linked list Preview 05:27

Linked List Quiz B

Introduction Preview 02:09

Stack Preview 01:29

Array Implementation of Stack Preview 05:18

Linked List Implementation of Stack Preview 04:29

Queue Preview 01:13

Array Implementation of Queue Preview 06:56

Linked List implementation of Queue Preview 04:32

Queue through Circular Linked List Preview 03:19

Circular Queue Preview 09:29

Deque Preview 07:44

Priority Queue Preview 03:13

Checking validity of an expression containing nested parentheses Preview 06:19

Evaluating Arithmetc Expressions Preview 03:22

Polish Notations Preview 05:56

Converting infix expression to postfix expression Preview 11:01

Evaluation of postfix expression Preview 03:38

Stack and Queue Quiz

Introduction Preview 02:43

Flow of control in Recursive functions Preview 02:10

Winding and unwinding phase Preview 01:17

Factorial Preview 02:42

Printing numbers from 1 to n Preview 02:25

Sum of digits of an integer Preview 03:36

Base conversion Preview 02:13

Finding nth power of a number Preview 01:55

Euclids Algorithm Preview 03:12

Fibonacci Series Preview 02:41

Tower of Hanoi Preview 06:56

Tail recursion Preview 01:50

Recursion vs. Iteration Preview 01:26

Recursion Quiz

Intoduction to trees Preview 06:01

Binary Tree Preview 06:48

Strictly Binary Tree and Extended Binary Tree Preview 05:15

Full binary tree and Complete Binary Tree Preview 04:58

Array Representation of Binary trees Preview 03:26

Linked Representation of Binary Trees Preview 01:18

Binary Tree Quiz A

Binary Tree in C# Preview 02:12

Traversal in Binary Tree Preview 02:06

Preorder Traversal Preview 05:10

Inorder Traversal Preview 04:55

Postorder Traversal Preview 04:35

Level order traversal Preview 03:17

Finding height of a Binary tree Preview 03:00

Constructing Binary tree from Traversals Preview 01:35

Constructing binary tree from inorder and preorder traversals Preview 04:23

Constructing binary tree from inorder and postorder traversals Preview 03:49

Binary Tree Quiz B

Introduction Preview 04:42

Traversal in Binary Search Tree Preview 01:55

Searching in a Binary Search Tree Preview 06:24

Nodes with Minimum and Maximum key Preview 02:59

Insertion in a Binary Search Tree Preview 07:38

Deletion in a Binary Search Tree Preview 12:30

Binary Search Tree Quiz

Introduction Preview 02:40

Heap Representation Preview 02:12

Insertion in Heap Preview 07:24

Deletion Preview 08:05

Building a heap Preview 04:33

Heap Applications Preview 01:06

Heap Tree Quiz

Introduction to Sorting Algorithms Preview 05:02

Sort Stability Preview 02:25

Selection Sort Preview 01:49

Selection Sort : Example Preview 01:18

Selection Sort in C# Preview 02:58

Analysis of Selection Sort Preview 02:20

Bubble Sort Preview 02:24

Bubble Sort : Example Preview 02:11

Bubble Sort in C# Preview 04:37

Improvement in Bubble Sort Preview 02:19

Analysis of Bubble Sort Preview 02:04

Sorting Quiz A

Insertion Sort Preview 02:37

Insertion Sort : Example Preview 02:22

Insertion Sort in C# Preview 03:52

Analysis of Insertion sort Preview 04:40

Shell Sort Preview 02:24

Shell Sort : Example Preview 02:07

Shell Sort in C# Preview 03:49

Analysis of Shell Sort Preview 03:29

Merging two Sorted Arrays Preview 07:06

Recursive Merge Sort Preview 02:29

Recursive Merge Sort in C# Preview 04:11

Analysis of Merge Sort Preview 00:36

Iterative Merge Sort Preview 01:31

Iterative Merge Sort in C# Preview 03:11

Quick Sort Preview 06:56

Quick Sort in C# Preview 07:24

Analysis of Quick Sort Preview 03:00

Binary tree sort Preview 03:05

Binary Tree Sort in C# Preview 01:51

Analysis of Binary Tree Sort Preview 01:14

Heap Sort Preview 07:02

Heap Sort : C# implementation and Analysis Preview 02:11

Radix Sort Preview 04:17

Radix Sort : C# implementation and Analysis Preview 06:18

Address Calculation Sort Preview 04:50

Address Calculation Sort in C# Preview 02:35

Analysis of Address Calculation Sort Preview 01:02

Sorting Quiz B

Linear Search Preview 05:16

Variations of Linear Search Preview 07:10

Binary Search Preview 06:04

Implementation of Binary Search Preview 14:19

Analysis of Binary Search Preview 02:55

Direct Addressing Preview 04:17

Hashing Preview 06:26

Collisions Preview 02:10

Hash Functions Preview 09:13

Open Addressing : Linear Probing Preview 10:48

Open Addresssing : Quadratic Probing Preview 07:40

Open Addresssing : Double Hashing Preview 09:21

Deletion in Open Addressed Tables Preview 06:15

Implementation of Open Addressing Preview 08:24

Separate Chaining Preview 06:54

Implementation of Separate Chaining Preview 04:39

Recommended Course and offer on my other courses Preview 00:36