Priyanka Pardesi Ramachander's repositories
AdventOfCode_2022
The advent of code 2022 coding challenge.
ControlTemplateNavigator
To view the control template of WPF inbuilt Controls
Focus-Break
Minimalist FitBit clock face for better focus!
Wordle_Solver
Wordle solver (web and node)
2D-Array-Rotation
The code rotates the given 2D array by 90 degree. Assumes number of rows and columns are the same.
AdventureInAMaze
Geeks for geeks daily coding problem 29 March, 2022
Alien_Dictionary
To decipher given alien dictionary
DS-Algo-Interview-Prep
Collection of solutions for most popular DS+Algo questions asked for SDE interviews. Solutions in C#/JS.
SudokuSolver
Console application that solves the given sudoku
BuildDesignPattern
Build design pattern
Counts_Zeros_XOR_Pairs
Geeks for geeks daily coding problem (March 30, 2022)
Hello_LinkedLists_Ex
Implementing linked lists
logging-log4net
Mirror of This is the Apache log4net logging project git repository.
LongestConnectedCells
Find the max length of connected cells of 1's in given matrix
LongestConnectedPath
Longest connected path in a 2d array
Max_Product_Subsequence
Geeks for geeks daily coding problem (1st April, 2022)
nodes_at_even_distance
Geeks for geeks daily coding problem 31st March, 2022
ObserverDesignPattern
Study on observer design pattern.
Pattern_Command
Understanding and implementing command design pattern in C#
PizzaStoreManagementSystem
To design and implement a management system for a pizza store.
Problem_345
Daily Coding Problem 345
Problem_346
Daily coding problem #346
PyPDF2
A utility to read and write PDFs with Python
RomanToInteger
Code that converts Roman numeral to arithmetic integer value (base 10)
ShortestPathInArray_BFS
Algorithm to find the shortest path in an nxm array. Uses BFS concept.