File tree Expand file tree Collapse file tree 1 file changed +15
-12
lines changed
Most IMP Questions/Practice Expand file tree Collapse file tree 1 file changed +15
-12
lines changed Original file line number Diff line number Diff line change 19941994 },
19951995 {
19961996 "cell_type" : " markdown" ,
1997- "id" : " 4b7e6c31 " ,
1997+ "id" : " 06cc7eaa " ,
19981998 "metadata" : {},
19991999 "source" : [
20002000 " ## Allocate Books 📚"
20012001 ]
20022002 },
20032003 {
20042004 "cell_type" : " markdown" ,
2005- "id" : " b0c0c709 " ,
2005+ "id" : " 26a16ca7 " ,
20062006 "metadata" : {},
20072007 "source" : [
20082008 " **LInear Search**"
20112011 {
20122012 "cell_type" : " code" ,
20132013 "execution_count" : 3 ,
2014- "id" : " 573fc9c4 " ,
2014+ "id" : " d73cbbfe " ,
20152015 "metadata" : {
20162016 "ExecuteTime" : {
20172017 "end_time" : " 2024-02-19T13:08:43.002323Z" ,
20562056 },
20572057 {
20582058 "cell_type" : " markdown" ,
2059- "id" : " a642c5d5 " ,
2059+ "id" : " 9a8de498 " ,
20602060 "metadata" : {},
20612061 "source" : [
20622062 " **BInary Search**"
20652065 {
20662066 "cell_type" : " code" ,
20672067 "execution_count" : 4 ,
2068- "id" : " d4a91a06 " ,
2068+ "id" : " b2041a1b " ,
20692069 "metadata" : {
20702070 "ExecuteTime" : {
20712071 "end_time" : " 2024-02-19T13:08:59.215131Z" ,
21042104 },
21052105 {
21062106 "cell_type" : " markdown" ,
2107- "id" : " 1424d0a1 " ,
2107+ "id" : " 43ce8fa5 " ,
21082108 "metadata" : {},
21092109 "source" : [
21102110 " ## Split Array Largest Sum\n " ,
21202120 {
21212121 "cell_type" : " code" ,
21222122 "execution_count" : 12 ,
2123- "id" : " c1474b07 " ,
2123+ "id" : " 798e0253 " ,
21242124 "metadata" : {
21252125 "ExecuteTime" : {
21262126 "end_time" : " 2024-02-19T13:33:56.817172Z" ,
21622162 },
21632163 {
21642164 "cell_type" : " markdown" ,
2165- "id" : " 85f5b7b8 " ,
2165+ "id" : " a6a87fc7 " ,
21662166 "metadata" : {},
21672167 "source" : [
21682168 " **BInary Search**"
21712171 {
21722172 "cell_type" : " code" ,
21732173 "execution_count" : 13 ,
2174- "id" : " 1592309f " ,
2174+ "id" : " 84c1ec5a " ,
21752175 "metadata" : {
21762176 "ExecuteTime" : {
21772177 "end_time" : " 2024-02-19T13:34:28.934121Z" ,
22072207 },
22082208 {
22092209 "cell_type" : " markdown" ,
2210- "id" : " 02853b8b " ,
2210+ "id" : " 526797a7 " ,
22112211 "metadata" : {},
22122212 "source" : [
2213- " ## Printers Partition 🎨"
2213+ " ## Printers Partition 🎨\n " ,
2214+ " \n " ,
2215+ " > Same code as above [Split Largest Sum](#Split-Array-Largest-Sum)"
22142216 ]
22152217 },
22162218 {
22172219 "cell_type" : " code" ,
22182220 "execution_count" : null ,
2219- "id" : " 663cdea8 " ,
2221+ "id" : " 80bb16c2 " ,
22202222 "metadata" : {},
22212223 "outputs" : [],
22222224 "source" : [
22232225 " def findLargestMinDistance(boards:list, k:int):\n " ,
22242226 " # Write your code here\n " ,
22252227 " # Return an integer\n " ,
22262228 " # Write Your Code Here\n " ,
2229+ " \n " ,
22272230 " def findVal(arr, maxSum):\n " ,
22282231 " k = 1\n " ,
22292232 " val = 0\n " ,
You can’t perform that action at this time.
0 commit comments