MCPcopy Create free account

hub / github.com/PKUFlyingPig/CS106L / functions

Functions150 in github.com/PKUFlyingPig/CS106L

↓ 303 callersFunctionVERIFY_TRUE
assignments/HashMap/tests.cpp:53
↓ 123 callersMethodinsert
assignments/HashMap/hashmap.cpp:91
↓ 93 callersFunctioncheck_map_equal
assignments/HashMap/tests.cpp:37
↓ 86 callersMethodend
assignments/HashMap/hashmap.cpp:133
↓ 79 callersMethodbegin
assignments/HashMap/hashmap.cpp:124
↓ 43 callersFunctionrun_test
assignments/HashMap/tests.cpp:1988
↓ 42 callersMethoderase
assignments/HashMap/hashmap.cpp:169
↓ 31 callersMethodpush_back
assignments/linked-list-starter/list.h:184
↓ 29 callersFunctionCHECK_TRUE
assignments/linked-list-starter/test_utility.cpp:8
↓ 22 callersMethodsize
assignments/HashMap/hashmap.cpp:24
↓ 21 callersMethodfind
assignments/HashMap/hashmap.cpp:76
↓ 21 callersFunctionskip_test
assignments/HashMap/tests.cpp:2010
↓ 19 callersMethodclear
assignments/HashMap/hashmap.cpp:64
↓ 17 callersMethodis_same
assignments/linked-list-starter/list.h:220
↓ 17 callersMethodrehash
assignments/HashMap/hashmap.cpp:209
↓ 12 callersMethodbucket_count
assignments/HashMap/hashmap.cpp:39
↓ 11 callersFunctionerrorPrint
assignments/WikiRacer/WikiRacer/src/error.cpp:7
↓ 11 callersFunctionerrorPrint
assignments/WikiRacer/InternetTest/src/error.cpp:7
↓ 11 callersFunctionrun_test
assignments/linked-list-starter/test_utility.cpp:24
↓ 9 callersMethodcontains
assignments/HashMap/hashmap.cpp:59
↓ 6 callersFunctionprint_with_commas
assignments/HashMap/tests.cpp:1749
↓ 5 callersFunctionNOT_YET_FIXED
assignments/linked-list-starter/test_utility.cpp:19
↓ 5 callersMethodbegin
Returns an iterator to the first element. O(1) */
assignments/linked-list-starter/list.h:72
↓ 5 callersMethodempty
assignments/HashMap/hashmap.cpp:29
↓ 5 callersMethodend
Returns an iterator to one past the last element. O(1) */
assignments/linked-list-starter/list.h:76
↓ 4 callersMethoddebug
assignments/HashMap/hashmap.cpp:187
↓ 4 callersMethoderase
assignments/linked-list-starter/list.h:227
↓ 4 callersMethodgetLinkSet
================================================================================== * | DON"T EDIT ANYTHING BELOW HERE
assignments/WikiRacer/WikiRacer/src/wikiscraper.cpp:43
↓ 3 callersMethodgetPageSource
assignments/WikiRacer/InternetTest/src/wikiscraper.cpp:57
↓ 3 callersFunctiontest
assignments/HashMap/student_main.cpp:19
↓ 2 callersMethodload_factor
assignments/HashMap/hashmap.cpp:34
↓ 1 callersFunctioncreatePageUrl
assignments/WikiRacer/WikiRacer/src/wikiscraper.cpp:64
↓ 1 callersFunctioncreatePageUrl
assignments/WikiRacer/InternetTest/src/wikiscraper.cpp:35
↓ 1 callersFunctionensure_at_return_is_const
assignments/HashMap/tests.cpp:165
↓ 1 callersFunctionensure_no_const_index_op
assignments/HashMap/tests.cpp:955
↓ 1 callersFunctionfindWikiLadder
* This is the function you will be implementing. It takes * two string representing the names of a start_page and * end_page and is supposed to retu
assignments/WikiRacer/WikiRacer/src/main.cpp:32
↓ 1 callersFunctionfindWikiLinks
* You should delete the code in this function and * fill it in with your code from part A of the assignment. * * If you used any helper functions,
assignments/WikiRacer/WikiRacer/src/wikiscraper.cpp:18
↓ 1 callersFunctionfindWikiLinks
* Note that you have to pass in the file as a single string * into the findWikiLinks function! * So we have to turn the passed-in file into a single
assignments/WikiRacer/WikiRacerLinks/src/main.cpp:15
↓ 1 callersFunctionnotFoundError
assignments/WikiRacer/WikiRacer/src/wikiscraper.cpp:68
↓ 1 callersFunctionnotFoundError
assignments/WikiRacer/InternetTest/src/wikiscraper.cpp:40
↓ 1 callersMethodpop_front
assignments/linked-list-starter/list.h:194
↓ 1 callersMethodpush_front
assignments/linked-list-starter/list.h:174
↓ 1 callersMethodremove_if
assignments/linked-list-starter/list.h:244
↓ 1 callersFunctionrun_benchmark
assignments/HashMap/tests.cpp:2199
↓ 1 callersFunctionrun_milestone1_tests
assignments/HashMap/tests.cpp:2045
↓ 1 callersFunctionrun_milestone2_tests
assignments/HashMap/tests.cpp:2074
↓ 1 callersFunctionrun_milestone3_tests
assignments/HashMap/tests.cpp:2104
↓ 1 callersFunctionrun_milestone4_tests
assignments/HashMap/tests.cpp:2146
↓ 1 callersFunctionrun_public_tests
assignments/linked-list-starter/test_harness.cpp:7
↓ 1 callersFunctionrun_student_tests
assignments/linked-list-starter/tests.cpp:162
↓ 1 callersFunctionrun_test_harness
assignments/linked-list-starter/test_harness.cpp:27
↓ 1 callersFunctionrun_test_harness
assignments/HashMap/tests.cpp:2014
↓ 1 callersMethodsize
Returns the size of the list. O(1) */
assignments/linked-list-starter/list.h:51
↓ 1 callersFunctionstudent_main
assignments/HashMap/student_main.cpp:8
FunctionA_basic
assignments/HashMap/tests.cpp:63
FunctionA_benchmark_insert_erase
assignments/HashMap/tests.cpp:1789
FunctionA_copy_ctor_basic
assignments/HashMap/tests.cpp:1246
FunctionA_index_operator
assignments/HashMap/tests.cpp:934
FunctionA_range_ctor_basic
assignments/HashMap/tests.cpp:864
FunctionB_benchmark_find
assignments/HashMap/tests.cpp:1850
FunctionB_copy_assign_basic
assignments/HashMap/tests.cpp:1299
FunctionB_index_const_correct
assignments/HashMap/tests.cpp:971
FunctionB_insert
assignments/HashMap/tests.cpp:77
FunctionB_range_ctor_edge
assignments/HashMap/tests.cpp:877
FunctionC_benchmark_iterate
assignments/HashMap/tests.cpp:1919
FunctionC_clear
assignments/HashMap/tests.cpp:94
FunctionC_copy_edge
assignments/HashMap/tests.cpp:1351
FunctionC_initializer_list_ctor_basic
assignments/HashMap/tests.cpp:906
FunctionC_stream_insert_operator
assignments/HashMap/tests.cpp:985
FunctionD_at
assignments/HashMap/tests.cpp:114
FunctionD_initializer_list_ctor_edge
assignments/HashMap/tests.cpp:921
FunctionD_move_ctor_basic
assignments/HashMap/tests.cpp:1465
FunctionD_stream_insert_const_correct
assignments/HashMap/tests.cpp:1059
FunctionE_at_const_correct
assignments/HashMap/tests.cpp:181
FunctionE_equality_operator
assignments/HashMap/tests.cpp:1132
FunctionE_move_assign_basic
assignments/HashMap/tests.cpp:1497
FunctionF_custom_bucket_count
assignments/HashMap/tests.cpp:223
FunctionF_equality_const_correct
assignments/HashMap/tests.cpp:1189
FunctionF_move_edge
assignments/HashMap/tests.cpp:1530
FunctionG_custom_hash_function
assignments/HashMap/tests.cpp:248
FunctionG_move_ctor_time
assignments/HashMap/tests.cpp:1621
FunctionH_erase
assignments/HashMap/tests.cpp:271
FunctionH_move_assign_time
assignments/HashMap/tests.cpp:1683
MethodHashMap
assignments/HashMap/hashmap.cpp:10
MethodHashMapIterator
* Special member functions: we explicitly state that we want the default compiler-generated functions. * Here we are following the rule of zero.
assignments/HashMap/hashmap_iterator.h:125
MethodHashMapIterator
assignments/HashMap/hashmap_iterator.h:170
FunctionI_rehash_basic
assignments/HashMap/tests.cpp:308
FunctionJ_iter_foreach_one_bucket
assignments/HashMap/tests.cpp:447
FunctionK_iter_foreach_filled_buckets
assignments/HashMap/tests.cpp:466
FunctionL_iter_foreach_split_buckets
assignments/HashMap/tests.cpp:482
MethodList
Default constructor O(1) */
assignments/linked-list-starter/list.h:34
MethodList
assignments/linked-list-starter/list.h:397
MethodListIterator
assignments/linked-list-starter/list_iterator.h:47
FunctionM_iter_foreach_edge
assignments/HashMap/tests.cpp:498
FunctionR_iter_const_correct
assignments/HashMap/tests.cpp:671
FunctionS_iter_const_conversion
assignments/HashMap/tests.cpp:723
FunctionT_iter_find_member
assignments/HashMap/tests.cpp:750
FunctionU_iter_insert_member
assignments/HashMap/tests.cpp:800
FunctionV_iter_erase_member
assignments/HashMap/tests.cpp:825
MethodWikiScraper
assignments/WikiRacer/WikiRacer/src/wikiscraper.cpp:52
next →1–100 of 150, ranked by callers