Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitebd6ffd

Browse files
Fix typo in tree BFS testcase name (trekhleb#542)
1 parent2ec7fe2 commitebd6ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/algorithms/tree/breadth-first-search/__test__/breadthFirstSearch.test.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import BinaryTreeNode from '../../../../data-structures/tree/BinaryTreeNode';
22
importbreadthFirstSearchfrom'../breadthFirstSearch';
33

44
describe('breadthFirstSearch',()=>{
5-
it('should performDFS operation on tree',()=>{
5+
it('should performBFS operation on tree',()=>{
66
constnodeA=newBinaryTreeNode('A');
77
constnodeB=newBinaryTreeNode('B');
88
constnodeC=newBinaryTreeNode('C');

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp