Static and Dynamic Scoping (Solved Question 2)
C Programming & Data Structures: Static and Dynamic Scoping (Solved Question 2) Topics discussed: 1) The solution of GATE 2016 problem on Call by Reference and Dynamic Scoping.
C Programming & Data Structures: Static and Dynamic Scoping (Solved Question 2) Topics discussed: 1) The solution of GATE 2016 problem on Call by Reference and Dynamic Scoping.
Rearrange array such that arr[i] >= arr[j] if i is even and arr[i]<=arr[j] if i is odd and j < i - GeeksforGeeks
Python 3 Tutorial for Beginners #15 - Sorting & Sets
Rearrange array in alternating positive & negative items with O(1) extra space | Set 1 - GeeksforGeeks
DRY principle of coding : Python tutorial 66
Chapter 17 intro and built in errors : Python tutorial 203