Skip to content

Latest commit

Β 

History

30 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

algorithms

Solutions to algorithm problems and implementation of data structures in C#

.
β”œβ”€β”€ lectures
β”‚Β Β  └── Lectures
β”‚Β Β      β”œβ”€β”€ Class1.cs
β”‚Β Β      └── Lectures.csproj
└── problems
    └── Problems
        β”œβ”€β”€ Problems.csproj
        └── Leetcode
            β”œβ”€β”€ S1TwoSum.cs
            β”œβ”€β”€ S2AddTwoNumbers.cs
            β”œβ”€β”€ S2LengthOfLongestSubstring.cs
            β”œβ”€β”€ S7ReverseInteger.cs
            β”œβ”€β”€ S9PalindromeNumber.cs
            β”œβ”€β”€ S11ContainerWithMostWater.cs
            β”œβ”€β”€ S13RomanToInteger.cs
            β”œβ”€β”€ S14LongestCommonPrefix.cs
            β”œβ”€β”€ S19RemoveNthFromEnd.cs
            β”œβ”€β”€ S20ValidParentheses.cs
            β”œβ”€β”€ S21MergeTwoSortedLists.cs
            β”œβ”€β”€ S22GenerateParentheses.cs
            β”œβ”€β”€ S26RemoveDuplicatesFromSortedArray.cs
            β”œβ”€β”€ S27RemoveElement.cs
            β”œβ”€β”€ S28FindTheIndexOfTheFirstOccurrenceInAString.cs
            β”œβ”€β”€ S29DivideTwoIntegers.cs
            β”œβ”€β”€ S36ValidSudoku.cs
            β”œβ”€β”€ S49GroupAnagrams.cs
            β”œβ”€β”€ S61RotateRight.cs
            β”œβ”€β”€ S74SearchA2DMatrix.cs
            β”œβ”€β”€ S83RemoveDuplicates.cs
            β”œβ”€β”€ S111MinimumDepthOfBinaryTree.cs
            β”œβ”€β”€ S125ValidPalindrome.cs
            β”œβ”€β”€ S143ReorderList.cs
            β”œβ”€β”€ S144BinaryTreePreorderTraversal.cs
            β”œβ”€β”€ S150EvaluateReversePolishNotation.cs
            β”œβ”€β”€ S155MinStack.cs
            β”œβ”€β”€ S167TwoSumII.cs
            β”œβ”€β”€ S175CombineTwoTables.sql
            β”œβ”€β”€ S176SecondHighestSalary.sql
            β”œβ”€β”€ S203RemoveLinkedListElements.cs
            β”œβ”€β”€ S206ReverseList.cs
            β”œβ”€β”€ S217ContainsDuplicate.cs
            └── S739DailyTemperatures.cs

About

Solutions to algorithm problems and implementation of data structures in C#

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages