Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/begeekmyfriend/leetcode
/ functions
Functions
962 in github.com/begeekmyfriend/leetcode
⨍
Functions
962
◇
Types & classes
357
↓ 1 callers
Function
wordDictionaryFree
0211_add_and_search_word/word_dict.c:62
↓ 1 callers
Method
young_tableau
0022_generate_parathesis/young_tableau.cc:10
↓ 1 callers
Function
zigzagLevelOrder
** Return an array of arrays of size *returnSize. ** The sizes of the arrays are returned as *returnColumnSizes array. ** Note: Both returned array
0103_binary_tree_zigzag_level_order_traversal/bst_zigzag.c:95
Method
LFU
0460_lfu_cache/lfu_cache.cc:13
Method
LFUCache
0460_lfu_cache/lfu_cache.cc:17
Method
LRUCache
0146_lru_cache/lru_cache.cc:13
Method
Node
0133_clone_graph/clone_graph.cc:10
Method
TreeInfo
1373_maximum_sum_bst_in_binary_tree/max_bst.cc:29
Method
_freq_incr
0460_lfu_cache/lfu_cache.cc:65
Method
addBinary
0067_add_binary/add_binary.cc:7
Method
addTwoNumbers
0002_add_two_numbers/add_two_numbers.cc:17
Method
binary_search
0354_russian_doll_envelopes/russian_doll.cc:28
Method
binary_search_begin
0034_search_for_a_range/range_search.cc:15
Method
binary_search_end
0034_search_for_a_range/range_search.cc:35
Method
brokenCalc
0991_broken_calculator/calculator.cc:3
Method
buildTree
0106_construct_binary_tree_from_inorder_and_postorder_traversal/binary_tree_build.cc:18
Method
buildTree
0105_construct_binary_tree_from_preorder_and_inorder_traversal/binary_tree_build.cc:18
Method
canFinish
0207_course_schedule/course_schedule.cc:20
Method
canPartition
0416_partition_equal_subset_sum/partition.cc:7
Method
candy
0135_candy/candy.cc:7
Method
change
0518_coin_change_ii/coin_change.cc:7
Method
checkInclusion
0567_permutation_in_string/permutation_in_string.cc:7
Method
climbStairs
0070_climbing_stairs/climb_stairs.cc:7
Method
cloneGraph
0133_clone_graph/clone_graph.cc:26
Method
coinChange
0322_coin_change/coin_change.cc:7
Method
combinationSum
0039_combination_sum/combination_sum.cc:7
Method
combinationSum2
0040_combination_sum_ii/combination_sum.cc:7
Method
combinationSum3
0216_combination_sum_iii/combination_sum.cc:7
Method
combine
0077_combinations/combinations.cc:7
Function
compare
0015_three_sum/three_sum.c:5
Function
compare
0047_permutations_ii/permutations.c:6
Function
compare
0354_russian_doll_envelopes/russian_doll.c:5
Function
compare
0040_combination_sum_ii/combination_sum.c:8
Function
compare
0056_merge_intervals/merge_intervals.c:6
Function
compare
0179_largest_number/largest_number.c:9
Function
compare
0016_three_sum_closest/three_sum_closest.c:6
Function
compare
0018_four_sum/four_sum.c:6
Function
compare
0090_subsets_ii/subsets.c:7
Function
compare
0049_group_anagrams/anagrams.c:12
Function
compare
0001_two_sum/two_sum.c:10
Function
compare
0057_insert_interval/insert_interval.c:5
Method
compare
0354_russian_doll_envelopes/russian_doll.cc:20
Method
conflict
0051_n_queens/n_queens.cc:31
Method
conflict
0052_n_queens_ii/n_queens.cc:28
Method
connect
0117_populating_next_right_pointers_in_each_node_ii/connect.cc:25
Method
connect
0116_populating_next_right_pointers_in_each_node/connect.cc:25
Method
convert
0006_zigzag_conversion/zigzag_conversion.cc:7
Method
copyRandomList
0138_copy_list_with_random_pointer/copy_list.cc:23
Method
countPrimes
0204_count_primes/count_primes.cc:7
Method
deleteDuplicates
0083_remove_duplicates_from_sorted_list/rm_dup.cc:17
Method
depth
0110_balanced_binary_tree/balanced_bst.cc:25
Method
des
0297_serialize_and_deserialize_binary_tree/tree_serdes.cc:48
Method
deserialize
Decodes your encoded data to tree.
0297_serialize_and_deserialize_binary_tree/tree_serdes.cc:25
Method
detectCycle
0142_linked_list_cycle_ii/list_cycle.cc:15
Method
dfs
0129_sum_root_to_leaf_numbers/sum_tree.cc:25
Method
dfs
0337_house_robber_iii/robber.cc:21
Method
dfs
0216_combination_sum_iii/combination_sum.cc:14
Method
dfs
0047_permutations_ii/permutations.cc:17
Method
dfs
0106_construct_binary_tree_from_inorder_and_postorder_traversal/binary_tree_build.cc:28
Method
dfs
0563_binary_tree_tilt/tilt.cc:25
Method
dfs
0040_combination_sum_ii/combination_sum.cc:16
Method
dfs
0039_combination_sum/combination_sum.cc:15
Method
dfs
0105_construct_binary_tree_from_preorder_and_inorder_traversal/binary_tree_build.cc:28
Method
dfs
0046_permutations/permutations.cc:16
Method
dfs
0099_recover_binary_search_tree/recover_bst.cc:31
Method
dfs
0050_pow/pow.cc:17
Method
dfs
0022_generate_parathesis/young_tableau.cc:19
Method
dfs
0022_generate_parathesis/parenthesis.cc:15
Method
dfs
1372_longest_zigzag_path_in_a_binary_tree/zigzag.cc:22
Method
dfs
0124_binary_tree_maximum_path_sum/bst_max_path.cc:25
Method
dfs
0120_triangle/triangle.cc:17
Method
dfs
0543_diameter_of_binary_tree/diameter_bst.cc:23
Method
dfs
0051_n_queens/n_queens.cc:16
Method
dfs
0101_symmetric_tree/symmetric_tree.cc:26
Method
dfs
0037_sudoku_solver/sudoku_solver.cc:34
Method
dfs
0090_subsets_ii/subsets.cc:16
Method
dfs
0113_path_sum_ii/path_sum.cc:25
Method
dfs
0077_combinations/combinations.cc:15
Method
dfs
0131_palindrome_patitioning/palindrome_partition.cc:26
Method
dfs
1373_maximum_sum_bst_in_binary_tree/max_bst.cc:34
Method
dfs
0052_n_queens_ii/n_queens.cc:13
Method
dfs
0078_subsets/subsets.cc:15
Method
diameterOfBinaryTree
0543_diameter_of_binary_tree/diameter_bst.cc:16
Method
divide
0029_divide_two_integers/divide.cc:7
Method
findAnagrams
0438_find_all_anagrams_in_a_string/anagrams_in_string.cc:7
Method
findKthLargest
0215_kth_largest_element_in_an_array/kth_elem.cc:7
Method
findMedianSortedArrays
0004_median_of_two_sorted_array/median_of_two_sorted_array.cc:7
Method
findPeakElement
0162_find_peak_element/peak.cc:7
Method
findSubstring
0030_substring_with_concatenation_of_all_words/concatenation.cc:7
Method
findTilt
0563_binary_tree_tilt/tilt.cc:18
Method
firstMissingPositive
0041_first_missing_positive/missing_positive.cc:7
Method
fourSum
0018_four_sum/four_sum.cc:7
Method
freq_incr
0460_lfu_cache/lfu_cache.cc:51
Method
freq_map_show
0460_lfu_cache/lfu_cache.cc:75
Method
generateMatrix
0059_spiral_matrix_ii/spiral_matrix.cc:7
Method
generateParenthesis
0022_generate_parathesis/parenthesis.cc:7
Method
get
0146_lru_cache/lru_cache.cc:17
Method
getIntersectionNode
0160_intersection_of_two_linked_list/intersection.cc:15
Method
getListLength
0160_intersection_of_two_linked_list/intersection.cc:36
Method
groupAnagrams
0049_group_anagrams/anagrams.cc:7
← previous
next →
501–600 of 962, ranked by callers