Code String problems conversion of Prefix to Infix and Infix to Postfix.
Link for code:https://github.com/Srajan-Jaiswal/practice_competitive_programming/blob/master/Strings%20Questions/prefix%20%20to%20infix.cpp
Link for code:https://github.com/Srajan-Jaiswal/practice_competitive_programming/blob/master/Strings%20Questions/Infix%20to%20Postfix.cpp
Code Min coins change problem using recursion further optimised it with dynamic programming with Memorisation and Tabulation techniques.
Code Maximum subarray problem using Dynamic Programming.
Fibonacci Top Down
Link for code: https://github.com/Srajan-Jaiswal/practice_competitive_programming/blob/master/DynamicProgramming/fibonacci_top_down.cpp
Ladder Top Down
Link for code: https://github.com/Srajan-Jaiswal/practice_competitive_programming/blob/master/DynamicProgramming/ladder_top_down.cpp
Wines Problem using Dynamic Programming.
Link for code: https://github.com/Srajan-Jaiswal/practice_competitive_programming/blob/master/DynamicProgramming/wines%20problem.cpp
Rod Cutting meorisation and tabulation.
Link for Code: https://github.com/Srajan-Jaiswal/practice_competitive_programming/blob/master/DynamicProgramming/Rod_cutting(Memorisation).cpp
Link for Code: https://github.com/Srajan-Jaiswal/practice_competitive_programming/blob/master/DynamicProgramming/Rod_cutting(bottom_up).cpp
Longest Common Subsequence using DP.
Longest Increasing Subsequence using Dynamic Programming(tabulation and memorization).
Matrix chain multiplication.
Catalan number Concept(Count no of binary search trees) using DP.
Code 0/1 kanapsack problem with recursion and further optimised it with dynamic programming with Memorisation and Tabulation techniques.
Link for repo:https://github.com/Srajan-Jaiswal/practice_competitive_programming/blob/master/DynamicProgramming/knapsack_DP.cpp
Solved first 3 questions of August long challenge(Codechef).
Solved the 4th question of August long challenge(Codechef).
Solved the CHEFWED problem(partial) in codechef long challenge.
Tried to solve CHEFWED AC.
Finding Palindrome in a linked list.
Solved CHEFWED Problem AC. (100 pts.) Codechef Long Challenge.
Subset Sum Problem using recursion and then optimize it using Dynamic Programming(Memorisation and Tabulation).
Equal Sum Partition using recursion and then optimize it using Dynamic Programming(Memorisation and Tabulation).
Solved Problems on gfg and leetcode on Dynamic Programming.
Code the problem Cell Mitosis using Dynamic Programing(adv. dp).
Link of code: https://github.com/Srajan-Jaiswal/practice_competitive_programming/blob/master/DynamicProgramming/cell_mitosis(adv._dp).cpp
Code the problem count the subsets of a given sum.
Link for Code: https://github.com/Srajan-Jaiswal/practice_competitive_programming/blob/master/DynamicProgramming/count_subsetsofgivensum.cpp
Solved a SPOJ problem MIXTURES using Dynamic Programming concept.
Link for code: https://github.com/Srajan-Jaiswal/practice_competitive_programming/blob/master/DynamicProgramming/Mixtures_Spoj.cpp
Solved the problem Optimal Game Strategy from geeks for geeks using recursion for optimised it using memorisation and tabulation.
Link for code:https://github.com/Srajan-Jaiswal/practice_competitive_programming/blob/master/DynamicProgramming/optimal_game_strategy.cpp
Solved a problem Partitioning Palindrome with recursion and optimised it using memorisation technique.
Solved a problem Boolean Parenthisation and solved it using the memorisation approach using unordred_map.
Optimised Boolean Parenthisation top down approach using 3-D array.
Code some basics python programs.
Code Longest Common Substring using Dynamic Programming approaches.
Solved a GFG problem Longest Commom Substring using Dynamic Programming approach.
Code the problem Shortest Commmon Supersequence using Dynamic Programming(Memorisation approach).
Code the problem Min number of insertions deletions to make string a as string b using DP.
Solved the Problem Longest Palindromic Subsequence using Dynamic Programming and print the LPS.
Link for code: https://github.com/Srajan-Jaiswal/practice_competitive_programming/blob/master/DynamicProgramming/Longest_Palindromic_Subsequence.cpp
Work on my project based on Android/IOS Devlopment QuizBuilder App worked on Sign Up/Sign In page UI.
https://github.com/Srajan-Jaiswal/QuizBuilder-App/blob/master/lib/view/signin.dart
https://github.com/Srajan-Jaiswal/QuizBuilder-App/blob/master/lib/view/signup.dart
Work on my project based on Android/IOS Devlopment QuizBuilder App worked on Authentication of User login from Sign Up/Sign In page to firebase database.
https://github.com/Srajan-Jaiswal/QuizBuilder-App/blob/master/lib/view/authentication.dart
Work on my project based on Android/IOS Devlopment QuizBuilder App.
https://github.com/Srajan-Jaiswal/QuizBuilder-App
Work on my project based on Android/IOS Devlopment QuizBuilder App
https://github.com/Srajan-Jaiswal/QuizBuilder-App
Work on my project based on Android/IOS Devlopment QuizBuilder App.
https://github.com/Srajan-Jaiswal/QuizBuilder-App
Solved Problems on heap data structure
Work on my project based on Android/IOS Devlopment QuizBuilder App.
https://github.com/Srajan-Jaiswal/QuizBuilder-App
Work on my project based on Android/IOS Devlopment QuizBuilder App.
https://github.com/Srajan-Jaiswal/QuizBuilder-App
Work on my project based on Android/IOS Devlopment QuizBuilder App.
https://github.com/Srajan-Jaiswal/QuizBuilder-App
Solved one Question in Google Online Challenge(GOC)-2020.
Solved Leetcode Problems
https://leetcode.com/problems/two-sum/
https://leetcode.com/problems/maximum-product-subarray/
Solved Leetcode Problems
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Combination%20Sum.cpp
Solved Leetcode Problems
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Unique%20Paths.cpp
Solved Leetcode code Problems
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/search-in-rotated-sorted-array.cpp
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/subsets.cpp
Preparing for aptitude test for Newzera interview round 1.
Revised Binary Tree data structure: https://github.com/Srajan-Jaiswal/practice_competitive_programming/blob/master/breadthFirstSearch.cpp
https://github.com/Srajan-Jaiswal/practice_competitive_programming/blob/master/count_no_of_nodes.cpp
Solved Leetcode problems on binary trees.
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode problems on binary trees.
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode problems on binary trees.
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode problems.
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Code Basic Programs in Python.
https://github.com/Srajan-Jaiswal/Python-Programming
Code Basic Programs in Python.
https://github.com/Srajan-Jaiswal/Python-Programming
Code Basic Programs in Python.
https://github.com/Srajan-Jaiswal/Python-Programming
Implemented Basic Programs of Graphics in C.
https://github.com/Srajan-Jaiswal/Graphics-In-C
Solved Leetcode problems.
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/binary-tree-right-side-view.cpp
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/binary-tree-maximum-path-sum.cpp
September Long Challenge: https://www.codechef.com/SEPT20B
Codechef Long Challenge: https://www.codechef.com/SEPT20B
Solved leetcode problem: https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/binary-tree-preorder-traversal.cpp
Give Codeforces Round #670 (Div. 2) : https://codeforces.com/contest/1406
Codechef Long Challenge: https://www.codechef.com/SEPT20B
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master
Revised Heaps: https://github.com/Srajan-Jaiswal/practice_competitive_programming/tree/master/Heaps
https://github.com/Srajan-Jaiswal/practice_competitive_programming/tree/master/Heaps
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/kth-largest-element-in-an-array.cpp
Solved Leetcode Problems.
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/sort-an-array.cpp
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/top-k-frequent-elements.cpp
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/k-closest-points-to-origin.cpp
Implemented basic algorithms in python.
https://github.com/Srajan-Jaiswal/Python-Programming
Worked on the UI of Pick_the_UI Android/IOS mobile app.
https://github.com/Srajan-Jaiswal/Pick-the-UI
Codechef Cookoff Challenge
https://github.com/Srajan-Jaiswal/practice_competitive_programming/blob/master/bowlers_strategy.cpp
Worked on the UI of Pick_the_UI Android/IOS mobile app.
https://github.com/Srajan-Jaiswal/Pick-the-UI
Practice Codeforces Contests Problems.
https://github.com/Srajan-Jaiswal/Codeforces-Contests
Worked on the UI of Pick_the_UI Android/IOS mobile app.
https://github.com/Srajan-Jaiswal/Pick-the-UI
Practice Codeforces Contests Problems.
https://github.com/Srajan-Jaiswal/Codeforces-Contests
Worked on the UI of Pick_the_UI Android/IOS mobile app.
https://github.com/Srajan-Jaiswal/Pick-the-UI
Practice Codeforces Contests Problems.
https://github.com/Srajan-Jaiswal/Codeforces-Contests
Worked on the UI of Pick_the_UI Android/IOS mobile app.
https://github.com/Srajan-Jaiswal/Pick-the-UI
Practice Codeforces Contests Problems.
https://github.com/Srajan-Jaiswal/Codeforces-Contests
Worked on the UI of Pick_the_UI Android/IOS mobile app.
https://github.com/Srajan-Jaiswal/Pick-the-UI
Code couple of Algorithms in Computer Graphics.
https://github.com/Srajan-Jaiswal/Graphics-In-C
Practice Codeforces Contests Problems.
https://github.com/Srajan-Jaiswal/Codeforces-Contests
Worked on the UI of Pick_the_UI Android/IOS mobile app.
https://github.com/Srajan-Jaiswal/Pick-the-UI
Practice Codeforces Contests Problems.
https://github.com/Srajan-Jaiswal/Codeforces-Contests
Worked on the UI of Pick_the_UI Android/IOS mobile app.
https://github.com/Srajan-Jaiswal/Pick-the-UI
Code couple of Algorithms in Computer Graphics.
https://github.com/Srajan-Jaiswal/Graphics-In-C
Worked on the UI of Pick_the_UI Android/IOS mobile app.
https://github.com/Srajan-Jaiswal/Pick-the-UI
Worked on the minor Project Probability Distribution app in C.
https://github.com/Srajan-Jaiswal/Probability_distributions
Worked on the minor Project Probability Distribution app in C.
https://github.com/Srajan-Jaiswal/Probability_distributions
Solved 2 out of 6 questions in the CodeAgon contest in interviewbit.
https://www.interviewbit.com/contest/codeagon-2020/
Worked on the minor Project Probability Distribution app in C.
https://github.com/Srajan-Jaiswal/Probability_distributions
Basic python practice programs.
https://github.com/Srajan-Jaiswal/Python-Programming
Worked on the minor Project Probability Distribution app in C.
https://github.com/Srajan-Jaiswal/Probability_distributions
https://github.com/Srajan-Jaiswal/Graphics-In-C/blob/master/Cohen_Sutherland_line_clipping.c
# |
# |
# |
# |
# MID SEMESTER EXAMINATIONS
# |
# |
# |
# |
https://github.com/Srajan-Jaiswal/Practice_competitive_programming
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/reverse.cpp
Revising Basics of Graphs:
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/number-of-islands.cpp
https://github.com/Srajan-Jaiswal/QuizBuilder-App/tree/master/lib/helper
https://github.com/Srajan-Jaiswal/Practice_competitive_programming/tree/master/Sorting%20Algorithms
https://github.com/Srajan-Jaiswal/Python-Programming/blob/master/Lists_DIctionaries.ipynb
https://github.com/Srajan-Jaiswal/Graphics-In-C/blob/master/Polygon_Clipping.c
https://github.com/Srajan-Jaiswal/Graphics-In-C/blob/master/Boundary_Fill.c
https://github.com/Srajan-Jaiswal/Graphics-In-C/blob/master/Flood_Fill.c
https://github.com/Srajan-Jaiswal/Practice_DS_ALGO/blob/master/Hackerearth/BFS%20in%202d%20Grid.cpp
https://github.com/Srajan-Jaiswal/Practice_DS_ALGO/blob/master/Hackerearth/Toposort.cpp
https://github.com/Srajan-Jaiswal/Practice_DS_ALGO/blob/master/Hackerearth/DFS_2D-Grid.cpp
https://github.com/Srajan-Jaiswal/Practice_DS_ALGO/blob/master/Hackerearth/CC_2D_Grid.cpp
https://github.com/Srajan-Jaiswal/30_Days_of_Cloud
https://github.com/Srajan-Jaiswal/Practice_DS_ALGO/blob/master/Hackerearth/Jungle%20Run.cpp
https://github.com/Srajan-Jaiswal/Pick-the-UI
https://github.com/Srajan-Jaiswal/Pick-the-UI
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/LCA_binary_tree
DFS+Backtracking https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/all-paths-from-source-to-target.cpp
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/contiguous-array.cpp
https://github.com/Srajan-Jaiswal/Pick-the-UI
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/clone_a_graph.cpp
leetcode medium https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Satisfiability%20of%20Equality%20Equations.cpp
leetcode medium: https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/find-bottom-left-tree-value.cpp
Course Schedule IV(leetcode medium) : https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Course%20Schedule%20IV.cpp
Course Schedule(leetcode medium) : https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/course-schedule.cpp
https://github.com/Srajan-Jaiswal/Graphics-In-C/blob/master/2D_Transformations.c
Leetcode Medium: (Approach used: Topological sort) https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Find%20Eventual%20Safe%20States.cpp
Secured 4th position in Coder Cup contest organized by UPES CSA. Solutions of solved 4/6 problems.
https://github.com/Srajan-Jaiswal/Practice_DS_ALGO/tree/master/Coder_Cup
https://github.com/Srajan-Jaiswal/Practice_DS_ALGO/blob/master/Hackerearth/Happy%20Vertices.cpp
https://github.com/Srajan-Jaiswal/Practice_DS_ALGO/blob/master/Hackerearth/Circular_Subarray_sum.cpp
Maximum length Bitonic Subarray: https://github.com/Srajan-Jaiswal/Practice_DS_ALGO/blob/master/Hackerearth/Maximum_length_bitonic_subarray.cpp
String Compression: https://github.com/Srajan-Jaiswal/Practice_DS_ALGO/blob/master/Strings%20Questions/String%20Compression.cpp
Binary Search Tree: Leetcode(Easy) - https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/search-in-a-binary-search-tree.cpp
Leetcode(Medium) - https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/insert-into-a-binary-search-tree.cpp
Leetcode(Medium) - https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/validate-binary-search-tree.cpp
Leetcode(Medium): BST + Divide & Conquer https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Balance-a-binary-search-tree.cpp
Leetcode(Easy): https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/trim-a-binary-search-tree.cpp
Leetcode(medium): https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Binary%20Search%20Tree%20to%20Greater%20Sum%20Tree.cpp
Leetcode(medium): https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/onstruct-binary-search-tree-from-preorder-traversal.cpp
Linkedin Coding Round Ques solved: https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Linked_In_Coding_Round.cpp
Leetcode (Medium): Catalan No. Concept in BST https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Unique%20Binary%20Search%20Trees.cpp
Leetcode (Medium): All Elements in Two Binary Search Trees Optimised O(nlogn)---->>>O(n) using inorder traversal with merging two sorted arrays.
Leetcode (Hard): Recover Binary Search Tree O(n) solution. https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Recover%20Binary%20Search%20Tree.cpp
Leetcode(Easy) : Lowest Common Ancestor in BST: O(n) solution https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Lowest%20Common%20Ancestor%20of%20a%20Binary%20Search%20Tree.cpp
Leetcode(Easy) : Two Sum IV - Input is a BST: (Inorder+Two Pointers) O(n) solution https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Two%20Sum%20IV%20-%20Input%20is%20a%20BST.cpp
Leetcode(Medium) : Find Mode in Binary Search Tree: Unordered_Map approach https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Find%20Mode%20in%20Binary%20Search%20Tree.cpp
https://github.com/Srajan-Jaiswal/Practice_DS_ALGO/tree/master/Queue
Revising Queue DS: https://github.com/Srajan-Jaiswal/Practice_DS_ALGO/tree/master/Queue
Construct Binary Tree from Inorder and Postorder Traversal : O(n) Using(hashmap + recursion)
Diameter of Binary tree (Leetcode easy): O(n) DFS approach
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Diameter%20Of%20Binary%20Tree.cpp
Implemented basic operations of Trie DS:
-> Insertion ->Deletion -> Prefix Search
-> word search ->Auto-Completion feature
https://github.com/Srajan-Jaiswal/Practice_DS_ALGO/tree/master/Tries
Policy Based Data Structure in C++:
https://github.com/Srajan-Jaiswal/Practice_DS_ALGO/tree/master/Policy%20Based%20Data%20Structure
LCS with 3 strings using dynamic programming.
K-ordered LCS : Dynamic Programming O(N*M) solution.
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Dividing-array.cpp
Tricky Permutations-
Participated in Indian Programming Camp(Codechef) - https://www.codechef.com/ipc/camp/2020#ipc-2020-track
-> Persistent data structutres.
-> Linear Alzebra(Gaussian Elimination ALgorithm).
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Zigzag%20Conversion.cpp
Indian Programming Camp- https://www.codechef.com/ipc/camp/2020#ipc-2020-track
-> Suffix Arrays(Data Structure)
-> Centroid Decomposition
Trapping Rain Water: Leetcode(Hard): O(n) solution:
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Trapping%20Rain%20Water.cpp
Solved Arrays Problems Leetcode(Hard):
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/k-diff-pairs-in-an-array.cpp
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Longest%20Mountain%20in%20Array.cpp
Revised hashing Data structure:
https://github.com/Srajan-Jaiswal/Practice_DS_ALGO/tree/master/Hashing
Computer Graphics (3_D transformation code):
Translation ; Rotation ; Reflection ; Shearing ; Scaling
https://github.com/Srajan-Jaiswal/Graphics-In-C/blob/master/3D_transformation.c
Computer Graphics (3_D transformation code):
Cube ; Cone ; Sphere
https://github.com/Srajan-Jaiswal/Graphics-In-C/blob/master/3D_Shapes.c
Leetcode (Hard) : O(n) time+ O(1)space
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/First%20Missing%20Positive.cpp
Findinig Next permutation: Leetcode(medium): O(n) + constant space
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Next%20Permutation.cpp
Participated in Educational Codeforces Round 99
Leetcode (Hard) : Recursion Approach: Unoptimised: TLE
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/(Hard)Permutation%20Sequence.cpp
Permutation Sequence (Less optimised approach) using next_permutation.
https://github.com/Srajan-Jaiswal/Graphics-In-C/blob/master/Biezer_Curve.c
https://github.com/Srajan-Jaiswal/Python-Programming/tree/master
3Sum -> O(N2) Two pointers modified optimised technique.
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/3Sum.cpp
https://github.com/Srajan-Jaiswal/Probability_distributions
Updated the code: https://github.com/Srajan-Jaiswal/Probability_distributions/blob/master/Probability%20Distributions.c
Leetcode(easy):
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Array%20Partition%20I.cpp
Leetcode(easy): https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Add%20Strings.cpp
Update: https://github.com/Srajan-Jaiswal/QuizBuilder-App/tree/master/lib/view
Update: https://github.com/Srajan-Jaiswal/QuizBuilder-App/tree/master/lib/view
Leetcode(Easy): https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Shuffle%20String.cpp
Leetcode(Easy): Binary search tree https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Convert%20Sorted%20Array%20to%20Binary%20Search%20Tree.cpp
Leetcode(Easy): Binary tree https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Symmetric%20Tree.cpp
Leetcode(Medium): binary search in 2D matrix: Complexity: O(logn)+O(logm)
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Search%20in%20a%202D%20matrix.cpp
-- Compiler Design end sem
-- Compiler Design end sem
Maximum window sliding: Leetcode(Hard)
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/(Hard)Sliding%20Window%20Maximum.cpp
Leetcode(easy) : strings
Leetcode(easy) : https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Split%20a%20String%20in%20Balanced%20Strings.cpp
Leetcode(medium) : Recursive Approach
Leetcode(medium) : O(nlogn)
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Equalizing_Array_Elements.cpp
Started an project on Android/IOS app based on the idea of online cabs.
https://github.com/Srajan-Jaiswal/CityTransfers-cabs
Implemented the sign up page for the app.
https://github.com/Srajan-Jaiswal/CityTransfers-cabs
Leetcode Easy: Rotate Strings
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Rotate%20String.cpp
Leetcode Medium: Decode Strings (Using two stacks)
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Decode%20String.cpp
Leetcode Easy: Brute force
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/DI%20String%20Match.cpp
Leetcode Easy: hashmap solution
Worked on side project CityTransfers-Cab.
https://github.com/Srajan-Jaiswal/CityTransfers-cabs
Leetcode Medium:(Partition Labels) hashing based O(N) solution.
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Partition%20Labels.cpp
Leetcode easy:Single number
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Single%20Number.cpp
Design a registration page for the app.
https://github.com/Srajan-Jaiswal/CityTransfers-cabs
Connect the registration page from the firebase database.
https://github.com/Srajan-Jaiswal/CityTransfers-cabs
Leetcode(Medium) : Group Anagrams
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Group_Anagrams.cpp
Connected the frontend of login and registration page with the backend.
https://github.com/Srajan-Jaiswal/CityTransfers-cabs
Leetcode (Easy): Move Zeroes
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Move%20Zeroes.cpp
Leetcode: Longest Common Prefix
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Longest%20Common%20Prefix.cpp
Integrating Google Map's API in the app and made frontend for main page.
https://github.com/Srajan-Jaiswal/CityTransfers-cabs
Leetcode (easy): Valid Anagram
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Valid%20Anagram.cpp
Leetcode: Pascal's Triangle
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Pascal's%20Triangle.cpp
Design an customized navigation drawer in the app.
https://github.com/Srajan-Jaiswal/CityTransfers-cabs
Leetcode (Medium):
Leetcode (Medium): https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/4Sum%20II.cpp
Added features to the UI of the mainpage.
https://github.com/Srajan-Jaiswal/CityTransfers-cabs
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Substrings_of_a_strings.cpp
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Is%20Substring.cpp
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Increasing%20Subsequences.cpp
Read the codebase: SWOC @2021
https://github.com/Srajan-Jaiswal/AapKaVaidya
Solved Leetcode(medium):
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Word%20Search.cpp
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Permutations.cpp
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Permutations%20II.cpp
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Combination%20Sum(medium).cpp
Solved Coding questions:
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Majority%20Element.cpp
Solved Coding questions:
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Count%20Primes.cpp
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/word_break.cpp
Solved Coding questions:
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Rotate%20Image.cpp
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Max%20Consecutive%20Ones
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Consecutive%20Characters.cpp
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Find%20the%20duplicates.cpp
Solved leetcode:
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Container%20With%20Most%20Water.cpp
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Maximum%20Subarray.cpp
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Insert%20Interval.cpp
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Largest%20Number.cpp
Solved leetcode:
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Excel%20Sheet%20Column%20Number.cpp
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Contains%20Duplicate.cpp
Integrated google map api with the app.
https://github.com/Srajan-Jaiswal/CityTransfers-cabs
Worked on intregating apis:
https://github.com/Srajan-Jaiswal/CityTransfers-cabs
Solved leetcode:
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Intersection%20of%20Two%20Arrays.cpp
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Max%20Consecutive%20Ones%20III.cpp
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/Sqrt(x).cpp
https://github.com/Srajan-Jaiswal/Leetcode-Problems/blob/master/N-Queens.cpp
# |
# |
# |
# The 3rd Technovation Hackathon
# |
# |
# |
https://github.com/Srajan-Jaiswal/Smart-Survillance-System
Leetcode :
Solved Leetcode:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved coding problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
https://github.com/Srajan-Jaiswal/Codeforces-Contests
Created Search page for user to search destination.
https://github.com/Srajan-Jaiswal/CityTransfers-cabs
Solved coding problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
https://github.com/Srajan-Jaiswal/Codeforces-Contests
https://github.com/Srajan-Jaiswal/CityTransfers-cabs
https://github.com/Srajan-Jaiswal/Koderr-Prep
https://github.com/Srajan-Jaiswal/Koderr-Prep
https://github.com/Srajan-Jaiswal/Koderr-Prep
https://github.com/Srajan-Jaiswal/Koderr-Prep
https://github.com/Srajan-Jaiswal/Koderr-Prep
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems# Day 240 2nd Apr 2020
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems:
https://github.com/Srajan-Jaiswal/Leetcode-Problems
Solved Leetcode Problems: