MCPcopy Create free account

hub / github.com/brndnmtthws/cracking-the-coding-interview-rust / functions

Functions416 in github.com/brndnmtthws/cracking-the-coding-interview-rust

↓ 2 callersMethodset_display_value
(&mut self)
src/bin/c07p10.rs:27
↓ 2 callersMethodsolve
(&mut self)
src/bin/c07p06.rs:132
↓ 2 callersMethodstart_game
(&mut self)
src/bin/c07p08.rs:40
↓ 2 callersFunctionsum_backward
(left: &LinkedList<i32>, right: &LinkedList<i32>)
src/bin/c02p05.rs:96
↓ 2 callersFunctionsum_forward
(left: &LinkedList<i32>, right: &LinkedList<i32>)
src/bin/c02p05.rs:124
↓ 2 callersMethodvisit_adjacent_squares
(&mut self, x: usize, y: usize, mut f: F)
src/bin/c07p10.rs:68
↓ 2 callersMethodvisit_all
(&self, mut f: F)
src/bin/c04p11.rs:77
↓ 1 callersFunctionall_chars_unique_part_a
(s: &str)
src/bin/c01p01.rs:1
↓ 1 callersFunctionall_chars_unique_part_b
(s: &str)
src/bin/c01p01.rs:14
↓ 1 callersFunctioncan_be_placed
(stack: &[BremBox], top_box: &BremBox)
src/bin/c08p13.rs:8
↓ 1 callersMethodcheck_balanced
(&self)
src/bin/c04p04.rs:125
↓ 1 callersMethodcheck_balanced_inner
(&self, node: &NodeRef<T>)
src/bin/c04p04.rs:113
↓ 1 callersMethodcheck_for_captured
(&mut self, x: usize, y: usize)
src/bin/c07p08.rs:52
↓ 1 callersMethodcheck_is_bst
(&self)
src/bin/c04p05.rs:112
↓ 1 callersFunctioncheck_valid
(columns: &mut [usize], row1: usize, column1: usize)
src/bin/c08p12.rs:3
↓ 1 callersFunctioncompress_string
(s: &str)
src/bin/c01p06.rs:1
↓ 1 callersFunctionconversion_count
(a: i32, b: i32)
src/bin/c05p06.rs:11
↓ 1 callersFunctioncount_chars
(s: &str)
src/bin/c01p04.rs:2
↓ 1 callersFunctioncount_eval
(s: &str, result: bool)
src/bin/c08p14.rs:1
↓ 1 callersFunctioncount_ones
(n: i32)
src/bin/c05p06.rs:1
↓ 1 callersMethoddfs
(&self, mut f: F)
src/bin/c04p08.rs:48
↓ 1 callersMethoddfs
(&self, mut f: F)
src/bin/c04p01.rs:48
↓ 1 callersMethodexpose_neighbours
(&mut self, x: usize, y: usize)
src/bin/c07p10.rs:122
↓ 1 callersMethodfind_bottom_and_right_piece
( &mut self, pieces: &mut Vec<Vec<PieceRef>>, cur_piece: &PieceRef, )
src/bin/c07p06.rs:119
↓ 1 callersFunctionfind_magic_index
(arr: &[i64])
src/bin/c08p03.rs:1
↓ 1 callersFunctionflip_bit_to_win
(n: i32)
src/bin/c05p03.rs:1
↓ 1 callersFunctionfloat_bits_to_str
(n: f64)
src/bin/c05p02.rs:1
↓ 1 callersFunctionget_parens
(n: u32)
src/bin/c08p09.rs:1
↓ 1 callersMethodget_random_node
(&self)
src/bin/c04p11.rs:86
↓ 1 callersMethodget_result
(&self)
src/bin/c07p10.rs:108
↓ 1 callersMethodhas_path
(&self, from: VertexRef<T>, to: VertexRef<T>)
src/bin/c04p01.rs:57
↓ 1 callersFunctionhashset
(data: &[String])
src/bin/c08p07.rs:39
↓ 1 callersMethodheight
(&self)
src/bin/c04p02.rs:104
↓ 1 callersMethodheight
(&self)
src/bin/c04p03.rs:105
↓ 1 callersMethodheight
(&self)
src/bin/c04p04.rs:105
↓ 1 callersFunctioninsert_bits
(n: i32, m: i32, i: i32, j: i32)
src/bin/c05p01.rs:1
↓ 1 callersFunctionis_one_edit_away
(s1: &str, s2: &str)
src/bin/c01p05.rs:28
↓ 1 callersMethodis_palindrome
(&self)
src/bin/c02p06.rs:60
↓ 1 callersFunctionis_permutation
(s1: &str, s2: &str)
src/bin/c01p02.rs:11
↓ 1 callersFunctionis_rotated_string
(s1: &str, s2: &str)
src/bin/c01p09.rs:1
↓ 1 callersMethodis_subtree
(&self, other: &BinaryTree<T>)
src/bin/c04p10.rs:126
↓ 1 callersMethoditer
(&self)
src/bin/c02p02.rs:62
↓ 1 callersMethodkth_to_last
(&self, k: usize)
src/bin/c02p02.rs:68
↓ 1 callersMethodlist_has_duplicates
(&self)
src/bin/c02p01.rs:86
↓ 1 callersMethodlists_intersect
(&self, other: &Self)
src/bin/c02p07.rs:69
↓ 1 callersFunctionmake_change
(amount: i64, denoms: &[i64], index: usize)
src/bin/c08p11.rs:1
↓ 1 callersMethodmark_nearby_squares
(&mut self, x: usize, y: usize)
src/bin/c07p10.rs:91
↓ 1 callersMethodmin
(&self)
src/bin/c03p02.rs:18
↓ 1 callersFunctionnext_number
(n: i32)
src/bin/c05p04.rs:11
↓ 1 callersFunctionone_char_changed
(s1: &str, s2: &str)
src/bin/c01p05.rs:1
↓ 1 callersFunctionpalindrome_permutations
(s: &str)
src/bin/c01p04.rs:11
↓ 1 callersMethodpaths_with_sum
(&self, sum: i32)
src/bin/c04p12.rs:97
↓ 1 callersFunctionpermutations_with_dups
(s: &str)
src/bin/c08p08.rs:1
↓ 1 callersMethodpop
(&mut self)
src/bin/c03p02.rs:33
↓ 1 callersMethodpop
(&mut self, stack: usize)
src/bin/c03p01.rs:42
↓ 1 callersFunctionpower_set
(arr: &[i64])
src/bin/c08p04.rs:1
↓ 1 callersFunctionrecursive_multiply
(a: i64, b: i64)
src/bin/c08p05.rs:1
↓ 1 callersMethodrecv
(&self, message: &Message)
src/bin/c07p07.rs:45
↓ 1 callersMethodremove
(&mut self)
src/bin/c02p01.rs:32
↓ 1 callersMethodtail
(node: &NodeRef<T>)
src/bin/c02p02.rs:21
↓ 1 callersMethodtail
(node: &NodeRef<T>)
src/bin/c02p07.rs:22
↓ 1 callersMethodtail
(node: &NodeRef<T>)
src/bin/c02p01.rs:25
↓ 1 callersMethodtail
(node: &NodeRef<T>)
src/bin/c02p05.rs:21
↓ 1 callersMethodtail
(node: &NodeRef<T>)
src/bin/c02p03.rs:21
↓ 1 callersMethodtail
(node: &NodeRef<T>)
src/bin/c02p04.rs:21
↓ 1 callersFunctiontriple_step
(steps: i32)
src/bin/c08p01.rs:1
↓ 1 callersFunctionurlify
(url: &'static str)
src/bin/c01p03.rs:1
↓ 1 callersFunctionurlify_2
Alternative solution with shorter syntax
src/bin/c01p03.rs:14
↓ 1 callersMethodvisit_all
(&self, mut f: F)
src/bin/c04p02.rs:71
↓ 1 callersMethodvisit_all
(&self, mut f: F)
src/bin/c04p10.rs:72
↓ 1 callersMethodvisit_all
(&self, mut f: F)
src/bin/c04p03.rs:72
↓ 1 callersMethodvisit_all
(&self, mut f: F)
src/bin/c04p05.rs:72
↓ 1 callersMethodvisit_all
(&self, mut f: F)
src/bin/c04p04.rs:72
↓ 1 callersMethodvisit_all
(&self, mut f: F)
src/bin/c04p06.rs:72
↓ 1 callersMethodvisit_all
(&self, mut f: F)
src/bin/c04p09.rs:72
↓ 1 callersMethodvisit_all
(&self, mut f: F)
src/bin/c04p12.rs:71
↓ 1 callersFunctionzero_matrix_where_zero
(mat: &[Vec<u32>])
src/bin/c01p08.rs:15
↓ 1 callersFunctionzero_out
(mat: &mut Mat, x: usize, y: usize)
src/bin/c01p08.rs:3
Methodcheck_is_bst_inner
(node: &NodeRef<T>)
src/bin/c04p05.rs:94
Methodcommon_ancestor_from
( f: &mut F, vertex: VertexRef<T>, left_vertex: &VertexRef<T>, right_vertex: &
src/bin/c04p08.rs:57
Methoddfs_from
(f: &mut F, vertex: VertexRef<T>)
src/bin/c04p08.rs:38
Methoddfs_from
(f: &mut F, vertex: VertexRef<T>)
src/bin/c04p01.rs:36
Methoddfs_from
(f: &mut F, node: NodeRef<T>)
src/bin/c04p06.rs:94
Methoddfs_from
(f: &mut F, vertex: VertexRef<T>)
src/bin/c04p07.rs:38
Methodfind_head
(head: &NodeRef<T>, node: &NodeRef<T>, f: &F)
src/bin/c04p10.rs:108
Methodfmt
(&self, w: &mut std::fmt::Formatter)
src/bin/c04p02.rs:117
Methodfmt
(&self, w: &mut std::fmt::Formatter)
src/bin/c04p10.rs:142
Methodfmt
(&self, w: &mut std::fmt::Formatter)
src/bin/c02p06.rs:104
Methodfmt
(&self, w: &mut std::fmt::Formatter)
src/bin/c02p02.rs:98
Methodfmt
(&self, w: &mut std::fmt::Formatter)
src/bin/c04p11.rs:98
Methodfmt
(&self, w: &mut std::fmt::Formatter)
src/bin/c02p07.rs:94
Methodfmt
(&self, w: &mut std::fmt::Formatter)
src/bin/c02p01.rs:131
Methodfmt
(&self, w: &mut std::fmt::Formatter)
src/bin/c04p08.rs:98
Methodfmt
(&self, w: &mut std::fmt::Formatter)
src/bin/c04p03.rs:144
Methodfmt
(&self, f: &mut std::fmt::Formatter)
src/bin/c07p10.rs:156
Methodfmt
(&self, w: &mut std::fmt::Formatter)
src/bin/c04p01.rs:76
Methodfmt
(&self, w: &mut std::fmt::Formatter)
src/bin/c04p05.rs:125
Methodfmt
(&self, w: &mut std::fmt::Formatter)
src/bin/c02p05.rs:82
Methodfmt
(&self, w: &mut std::fmt::Formatter)
src/bin/c02p03.rs:93
Methodfmt
(&self, w: &mut std::fmt::Formatter)
src/bin/c04p04.rs:138
← previousnext →101–200 of 416, ranked by callers