Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hraverkar/programfordaily

Daily life small program using C#.
https://github.com/hraverkar/programfordaily

array-sort caliburn-micro datastructure leetcode-problem wpf

Last synced: 28 days ago
JSON representation

Daily life small program using C#.

Awesome Lists containing this project

README

        

# Program Daily
Daily life small program using C#.

Tools :
IDE: VisualStudio 2017 , IntelliJ RIDER
Database - Microsoft SQL Server.
Version: .NET 4.6.1, #4.6.2
Project Type :Console Application;

1) [Example related to interface in c# - Interface Example](https://github.com/hraverkar/ProgramForDaily/blob/master/InterfaceExample.cs)
2) [Two sum Problem in C# - Leetcode problem](https://github.com/hraverkar/ProgramForDaily/blob/master/TwoSum.cs)
3) [Meadian of two sorted Array - Leetcode problem solution in c#](https://github.com/hraverkar/ProgramForDaily/blob/master/MedianOfTwoSortedArray.cs)
4) [Mearge Sorted Array- Leetcode problem solution in c#](https://github.com/hraverkar/ProgramForDaily/blob/master/SortedArray.cs)
5) [Find missing number in Array](https://github.com/hraverkar/ProgramForDaily/blob/master/FindMissingNumber.cs)
6) [Find out missing element from the Array(Using Addition )](https://github.com/hraverkar/ProgramForDaily/blob/master/MissingElementFromArray.cs)
7) [Reverse String Program without using builtin Function.](https://github.com/hraverkar/ProgramForDaily/blob/master/ReverseString.cs)
8) [Reverse String Using XOR.](https://github.com/hraverkar/ProgramForDaily/blob/master/ReverseStringsusingXOR.cs)
9) [Reverse Word - String Problem](https://github.com/hraverkar/ProgramForDaily/blob/master/ReveseWord.cs)
10) [Permutation of string ](https://github.com/hraverkar/ProgramForDaily/blob/master/StringPermutation.cs)
11) [Replace string with "%20"](https://github.com/hraverkar/ProgramForDaily/blob/master/RepalceStringWithWord.cs)
12) [Running length encoding problem... Example (aaabbccd)--- > a3b2c2d](https://github.com/hraverkar/ProgramForDaily/blob/master/RunningLengthIncoading.cs)
13) [Array sort, Find maximum and minimum in given array and find median of array.](https://github.com/hraverkar/ProgramForDaily/blob/master/ArrayOperation.cs)
14) [Stock Span Problem using Stack.](https://github.com/hraverkar/ProgramForDaily/commit/93de734a5f8e9d969a4a3e1358741177b5f66e9f)

15) [Remove adjacent ](https://github.com/hraverkar/ProgramForDaily/commit/2a48be2570b1d5ab2168a26be3b1edc539170d0e)