- Create new Ternary Search Magic Trick interactive with ternary search logic - Add emoji buttons and 'not present' option for better UX - Implement 'How it Works' modal with embedded YouTube video - Fix layout margins when accessing interactives from theme pages - Add standalone and green screen pages for the new interactive - Update Data Structures theme to include the new interactive
7 lines
No EOL
165 B
TypeScript
7 lines
No EOL
165 B
TypeScript
import InteractiveGallery from "@/components/InteractiveGallery";
|
|
|
|
const DataStructures = () => {
|
|
return <InteractiveGallery />;
|
|
};
|
|
|
|
export default DataStructures; |