ผลต่างระหว่างรุ่นของ "Adt lab/Ad hoc problems 2"

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
 
(ไม่แสดง 10 รุ่นระหว่างกลางโดยผู้ใช้คนเดียวกัน)
แถว 3: แถว 3:
 
Again this week, we will practice on problem solving with C++.  We will work on [https://uva.onlinejudge.org/ UVa Online Judge].
 
Again this week, we will practice on problem solving with C++.  We will work on [https://uva.onlinejudge.org/ UVa Online Judge].
  
== List of problems ==
+
== List of problems (PART 1) ==
  
* Easy problems
+
'''Easy problems'''
 
* [https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=602&page=show_problem&problem=4280 UVa 12602 - Nice License Plates]
 
* [https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=602&page=show_problem&problem=4280 UVa 12602 - Nice License Plates]
* [https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=121&page=show_problem&problem=2542 UVa 11547 - Automatic Answer]
+
* [https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=121&page=show_problem&problem=1644 UVa 10703 - Free spots]
* [https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=121&page=show_problem&problem=1862 UVa 10921 - Find the telephone]
 
* [https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=121&page=show_problem&problem=2315 UVa 11340 - Newspaper]
 
* [https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=121&page=show_problem&problem=1469 UVa 10528 - Major Scales]
 
 
* [https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=121&page=show_problem&problem=1985 UVa 11044 - Searching for Nessy]
 
* [https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=121&page=show_problem&problem=1985 UVa 11044 - Searching for Nessy]
  
* Harder problems
+
* Optional:
 +
** [https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=121&page=show_problem&problem=2315 UVa 11340 - Newspaper]
 +
** [https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=121&page=show_problem&problem=2542 UVa 11547 - Automatic Answer]
 +
** [https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=121&page=show_problem&problem=1862 UVa 10921 - Find the telephone]
 +
** [https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=121&page=show_problem&problem=1469 UVa 10528 - Major Scales]
 +
 
 +
== List of problems (PART 2) ==
 +
 
 +
'''Medium problems'''
 
* [https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=121&page=show_problem&problem=778 UVa 837 - Light and Transparencies]
 
* [https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=121&page=show_problem&problem=778 UVa 837 - Light and Transparencies]
* [https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=602&page=show_problem&problem=4283 UVa 12605 - Ripple Effect]
+
* [https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=602&page=show_problem&problem=4283 UVa 12605 - Ripple Effect] (Optional)
 +
 
 +
'''Hard problems'''
 +
* [https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=602&page=show_problem&problem=4343 UVa 12620 - Fibonacci Sum] (Optional)
 +
* [https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=602&page=show_problem&problem=4352 UVa 12627 - Erratic Expansion] (Optional)
 +
 
 +
== Hints ==
 +
 
 +
* [[Adt lab/Ad hoc problems 2/hints|Hints]]

รุ่นแก้ไขปัจจุบันเมื่อ 20:18, 1 เมษายน 2561

This is part of adt lab

Again this week, we will practice on problem solving with C++. We will work on UVa Online Judge.

List of problems (PART 1)

Easy problems

List of problems (PART 2)

Medium problems

Hard problems

Hints