@@ -479,7 +479,7 @@ export const workbooks = [
479479 isPublished : true ,
480480 isOfficial : true ,
481481 workBookType : WorkBookType . SOLUTION ,
482- urlSlug : 'union-find-with-potential ' ,
482+ urlSlug : 'potentialized- union-find' ,
483483 workBookTasks : [
484484 { taskId : 'abc373_d' , priority : 1 , comment : 'DFS・BFSでも解けます' } ,
485485 { taskId : 'abc320_d' , priority : 2 , comment : 'DFS・BFSでも解けます' } ,
@@ -502,7 +502,7 @@ export const workbooks = [
502502 isPublished : true ,
503503 isOfficial : true ,
504504 workBookType : WorkBookType . SOLUTION ,
505- urlSlug : 'bit-exhaustive -search' ,
505+ urlSlug : 'bitmask-brute-force -search' ,
506506 workBookTasks : [
507507 { taskId : 'abc374_c' , priority : 1 , comment : '' } ,
508508 { taskId : 'abc358_c' , priority : 2 , comment : '' } ,
@@ -608,6 +608,7 @@ export const workbooks = [
608608 isPublished : false ,
609609 isOfficial : true ,
610610 workBookType : WorkBookType . SOLUTION ,
611+ urlSlug : 'number-theory-search' ,
611612 workBookTasks : [
612613 { taskId : 'math_and_algorithm_l' , priority : 1 , comment : '' } ,
613614 { taskId : 'abc343_c' , priority : 2 , comment : '' } ,
0 commit comments