File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 896896 }
897897 ]
898898 },
899+ {
900+ "title" : " ব্রেডথ-ফার্স্ট সার্চ (BFS) ট্রি" ,
901+ "items" : [
902+ {
903+ "definition" : " গড়" ,
904+ "code" : " O(|V|+ |E|)"
905+ },
906+ {
907+ "definition" : " সবচেয়ে ভাল" ,
908+ "code" : " O(|1|+ |E|)"
909+ },
910+ {
911+ "definition" : " সবচেয়ে খারাপ" ,
912+ "code" : " O(|V|^2+ |E|)"
913+ },
914+ {
915+ "definition" : " স্পেস কমপ্লেক্সিটি" ,
916+ "code" : " O(|V|)"
917+ }
918+ ]
919+ },
899920 {
900921 "title" : " ফ্লাড ফিল (Flood Fill)" ,
901922 "items" : [{
915936 "code" : " O(M x N)"
916937 }
917938 ]
939+ },
940+ {
941+ "title" : " ইউক্লিড্’স এলগোরিদম (Euclid's Algorithm) ২ সংখ্যার মধ্যে গসাগু " ,
942+ "items" : [{
943+ "definition" : " গড়" ,
944+ "code" : " O(log(min(a, b))"
945+ },
946+ {
947+ "definition" : " সবচেয়ে ভাল" ,
948+ "code" : " O(1)"
949+ },
950+ {
951+ "definition" : " সবচেয়ে খারাপ" ,
952+ "code" : " O(logb)"
953+ },
954+ {
955+ "definition" : " স্পেস কমপ্লেক্সিটি" ,
956+ "code" : " O(1)"
957+ }
958+ ]
918959 }
919960 ]
920961}
You can’t perform that action at this time.
0 commit comments