Skip to content

Commit 6cd818b

Browse files
authored
Merge pull request #56 from DMU-DebugVisual/sojeong
정렬, 재귀 애니메이션 리팩토링
2 parents ba20daf + 6b6d140 commit 6cd818b

File tree

4 files changed

+555
-414
lines changed

4 files changed

+555
-414
lines changed

src/components/ide/AnimationFactory.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
import React from 'react';
33

44
// 실제 애니메이션 컴포넌트들 import
5-
import BubbleSortAnimation from './animations/BubbleSortAnimation';
5+
import BubbleSortAnimation from './animations/SortAnimation';
66
import LinkedListAnimation from "./animations/LinkedListAnimation";
77
import {Link} from "react-router-dom";
88
import BinaryTreeAnimation from "./animations/BinaryTreeAnimation";
99
import HeapAnimation from "./animations/HeapAnimation";
1010
import GraphAnimation from "./animations/GraphAnimation";
11-
import FibonacciRecursionAnimation from "./animations/FibonacciRecursionAnimation";
11+
import FibonacciRecursionAnimation from "./animations/RecursionAnimation";
1212
// import FibonacciAnimation from './animations/FibonacciAnimation'; // 나중에 필요할 때 추가
1313

1414
/**

0 commit comments

Comments
 (0)