Fordham Snippets¶
This is a site dedicated to common programming tasks in six languages, for when the tutoring room just doesn’t do it for you.
All tasks have examples with notes in C++, C#, Java, JavaScript, Python, and Swift.
All these languages can be compiled with Microsoft’s “VS Code”, available here.
An online compiler can also be used, without installing anything: “repl.it”.
Sections:¶
Updates:¶
1/8/2020 - ‘Queues’ added under ‘Structures’
1/8/2020 - ‘Stacks’ added under ‘Structures’
2019 (22 entries)
12/26/2019 - ‘Merge Sort’ added under ‘Sorting’
12/21/2019 - ‘Fibonacci Sequence (Memoization)’ added under ‘Math’
12/21/2019 - ‘Fibonacci Sequence’ added under ‘Math’
12/20/2019 - Some suggestions were taken into account.
10/12/2019 - ‘Sets’ added under ‘Structures’
9/20/2019 - ‘Check Permutation’ added under ‘Advanced’
9/2/2019 - ‘Classes’ added under ‘Structures’, fixed some typos
8/25/2019 - ‘Object Oriented Programming’ added under under ‘Good-to-Knows’
8/20/2019 - ‘Compiled vs Interpreted Languages’ added under ‘Good-to-Knows’
8/17/2019 - ‘Compilers / IDEs’ added under ‘Good-to-Knows’
8/8/2019 - ‘Time and Space Complexities’ added under ‘Good-to-Knows’
8/4/2019 - Time and space complexities added to ‘Sorting’ and ‘Structures’
7/31/2019 - ‘Preferred Arrays’ added under ‘Structures’
7/31/2019 - ‘Arrays’ added under ‘Structures’
7/25/2019 - ‘Dictionaries’ added under ‘Structures’
7/22/2019 - ‘Swap Two Variables’ added under ‘Beginner’
7/21/2019 - ‘Palindrome (No Punctuation)’ added under ‘Advanced’
7/21/2019 - ‘Exponentiation by Squaring (Iterative)’ added under ‘Math’
7/21/2019 - ‘Exponentiation by Squaring (Recursive)’ added under ‘Math’
7/21/2019 - ‘Bubble Sort’ added under ‘Sorting’
7/21/2019 - ‘Native Sort’ added under ‘Sorting’
7/21/2019 - ‘Palindrome’ added under ‘Beginner’
7/21/2019 - ‘Hello World’ added under ‘Beginner’
7/10/2019 - Site started