We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7ae664 + a14b91d commit 5088978Copy full SHA for 5088978
1 file changed
data/algorithm-complexity.json
@@ -581,7 +581,7 @@
581
]
582
},
583
{
584
- "title": "টীম সর্ট",
+ "title": "টিম সর্ট/টীম সর্ট",
585
"items": [{
586
"definition": "সবচেয়ে ভালো",
587
"code": "Ω(n)"
@@ -895,26 +895,6 @@
895
"code": "O(|V|+ |E|)"
896
}
897
898
- },
899
- {
900
- "title": "টিম সর্ট",
901
- "items": [{
902
- "definition": "সবচেয়ে ভালো",
903
- "code": "O(n)"
904
905
906
- "definition": "এভারেজ",
907
- "code": "O(n log(n))"
908
909
910
- "definition": "সবচেয়ে খারাপ",
911
912
913
914
- "definition": "স্পেস কমপ্লেক্সিটি",
915
916
- }
917
- ]
918
919
920
0 commit comments