diff --git a/Writerside/topics/C-Programming.md b/Writerside/topics/C-Programming.md index a86725c..1a6b135 100644 --- a/Writerside/topics/C-Programming.md +++ b/Writerside/topics/C-Programming.md @@ -1045,7 +1045,7 @@ index.
@endmindmap ``` -#### 6.4 Iterators +#### 6.4 Iterators {id="iterators"}Save item to return.
Use generics for different types of objects!
+ +The implementation above has already taken generics into account. +
The fixed-capacity-stack code may get a warning about unchecked @@ -1913,111 +2104,23 @@ cast.
### 4.4 Iterators -This is the linked-list implementation of stacks with iterators. -
-Iterators allow clients to iterate through the items in a +collection.
-Using iterator, we can:
+ +This is the array implementation of stacks with iterators.
-The implementation above has already taken iterators into account. +
-For more information on iterators, please visit +Iterators in C++.
### 4.5 Bag (Princeton) diff --git a/Writerside/topics/Python-Programming.md b/Writerside/topics/Python-Programming.md index 5724adf..18eed44 100644 --- a/Writerside/topics/Python-Programming.md +++ b/Writerside/topics/Python-Programming.md @@ -2,6 +2,8 @@ # Python Programming +