This repository contains solutions to the GeeksforGeeks Problem of the Day. All solutions are uploaded before evening of the day. To access the code for a specific problem, click on the file name below or you can also view the problem by clicking on Problem Link:
To view the code for a specific problem, simply click on the corresponding file name above.
-
Top_K_Frequent_ElementsinArray5Nov.cpp || EASY - Problem link :
-
Insert_in_sorted_linked_list_8Aug23.cpp || EASY (Delete node in LL) - Problem link :
-
Delete_a_Node_in_Single_Linked_List_30Aug23.cpp || EASY (Delete node in LL) - Problem link :
-
Reverse_a_String27Aug23.cpp || EASY (Reverse a string) - Problem link :
-
Longest_K_unique_characters_substring_26Aug23.cpp || MEDIUM (TWO POINTER, HASHMAP) - Problem link :
-
Palindrome_String_25Aug23.cpp || EASY (PALINDROME STRING) - Problem link :
-
Multiply_two_strings_24Aug23.py || MEDIUM (STRINGS) - Problem link :
-
Find_the string_in_grid_23Aug23.py || MEDIUM (MATRIX, RECURSION) - Problem link :
-
Find_the string_in_grid_23Aug23.cpp || MEDIUM (MATRIX, RECURSION) - Problem link :
-
Make_matrix_beautiful_22Aug23.cpp || MEDIUM (MATRIX) - Problem link :
-
Surround_the_1s_21_Aug23.cpp || EASY (MATRIX) - Problem link :
-
Number_of_occurrence_20Aug23.cpp || MEDIUM (easy) - Problem link :
-
Non_Repeating_Numbers_14Aug23.cpp || MEDIUM - Problem link :
-
Inorder_Successor_in_BST_30Jul23.cpp || EASY - Problem link :
-
Level_order_traversal_in_spiral_form_25Jul23.cpp || EASY - Problem link :
-
Non_Repeating_Character_20Jul23.cpp || EASY - Problem link :
-
First_non-repeating_character_in_a_stream_17Jul23.cpp || MEDIUM - Problem link :
-
Delete_middle_element_of_a_stack_15Jul23.cpp || EASY - Problem link :
-
Implement_two_stacks in_an_array_14Jul23.cpp || EASY - Problem link :
-
Unique_Number_of_Occurrences_13Jul23.cpp || EASY - Problem link :
-
Find_triplets_with_zero_sum_8Jul.cpp || BASIC - Problem link :
-
Is_Binary_Number_Multiple_of_3_30Jun23.cpp || MEDIUM - Problem link :
-
Maximum_Depth_Of_Binary_Tree_28Jun23.cpp || EASY - Problem link :
-
Union_of_Two_Linked_Lists_27Jun.cpp || EASY - Problem link :
-
Rearrange_an_array_with_O(1)_extra_space_19_jun23.cpp || MEDIUM - Problem link :
-
Longest_Palindrome_in_a_String_15_06_23 || MEDIUM - Problem link :
-
Find_Kth_permutation_08_06_23.cpp || MEDIUM - Problem link :
-
CamelCase_Pattern_Matching_29_05_23.cpp || MEDIUM - Problem link :
-
Nth_node_from_end_of_linked_list_28_05_23 || EASY - Problem link :
-
Equal_Left_and_Right_Subarray_Sum_06_04_23 || EASY - Problem link :
-
Remainder_on_dividing_by11_03_04_23 || EASY - Problem link :
-
BST_Maximum_Difference_23_03_23.cpp || MEDIUM - Problem link :