Differences

This shows you the differences between two versions of the page.

Link to this comparison view

pa:laboratoare:laborator-01 [2021/03/10 23:06]
radu.nichita
pa:laboratoare:laborator-01 [2022/03/21 23:11] (current)
radu.nichita [Exerciții]
Line 1: Line 1:
 ====== Laborator 01: Divide et Impera ====== ====== Laborator 01: Divide et Impera ======
-Responsabili:​ 
-  * [[neatudarius@gmail.com|Darius-Florentin Neațu (2017-2021)]] 
-  * [[radunichita99@gmail.com | Radu Nichita (2021)]] 
-  * [[cristianolaru99@gmail.com | Cristian Olaru (2021)]] 
-  * [[mirunaelena.banu@gmail.com ​ | Miruna-Elena Banu (2021)]] 
-  * [[maraioana9967@gmail.com | Mara-Ioana Nicolae (2021)]] 
-  * [[stefanpopa2209@gmail.com | Ștefan Popa (2018-2020)]] 
  
-Autori: +
-  * [[visanr95@gmail.com|Radu Vișan (2018)]] +
-  * [[cristb@gmail.com|Cristian Banu (2018)]] +
-  * [[neatudarius@gmail.com|Darius-Florentin Neațu (2018)]] +
-  ​+
 ===== Obiective laborator ===== ===== Obiective laborator =====
  
Line 381: Line 370:
             }             }
         }         }
-        return res;+        return ​(res != -1 && v[res] == x) ? res : -1;
     }     }
  
Line 395: Line 384:
             }             }
         }         }
-        return res;+        return ​(res != -1 && v[res] == x) ? res : -1;
     }     }
  
Line 486: Line 475:
  }  }
  }  }
- return res;+ return ​(res != -1 && v[res] == x) ? res : -1;
  }  }
  
Line 500: Line 489:
  }  }
  }  }
- return res;+ return ​(res != -1 && v[res] == x) ? res : -1;
  }  }
  
Line 584: Line 573:
  
 <​note>​ <​note>​
-Aceasta problema nu are schelet.+Aceasta problema nu are schelet, dar poate fi testată pe infoarena, la problema [[https://​www.infoarena.ro/​problema/​inv | Inv]].
 </​note>​ </​note>​
  
pa/laboratoare/laborator-01.1615410384.txt.gz · Last modified: 2021/03/10 23:06 by radu.nichita
CC Attribution-Share Alike 3.0 Unported
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0