Skip to content
This repository has been archived by the owner on Apr 10, 2021. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 433 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 433 Bytes

Homework Assignments of CS315 - Programming Languages

Homework 1: Arrays in C, Javascript, Perl, PHP, Python

  • Basic Use of Array Operations in 5 different programming languages

Homework 2: Counter Controlled Loops in Javascript, Perl, PHP, Python

  • Basic Use of Counter Controlled Loops in 4 different programming languages

Homework 3: Tail Recursive Function in Scheme

  • Tail recursive reverse list function