An extensible tree walk(..) framework...
-
Updated
Sep 9, 2023 - JavaScript
An extensible tree walk(..) framework...
💡 Comparative programming language experiments analyzing core features like Boolean logic, iteration, subprogram design, and lexical analysis through C, Go, Python, JavaScript, Kotlin, PHP, Rust, and Lex.
Previous Projects that I learned from SPU(2020 - 2021) and current modify(upgraded or edit) version.
Python Programming Challenges
Drills, code challenges, and more
🔁 Add lightweight parallel iteration to Ruby Arrays.
Assessment for functions, conditional logic, DOM manipulation, data structures, and data relationships.
Fixed-point iteration is a method of computing fixed points of a function, which is used with Newton's method to find roots of a differentiable function.
This project consists of two challenges: PyBank and PyPoll. In both challenges, Python script was written for analyzing the financial records of a company (PyBank) and modernize a small-town vote counting process by analyzing votes .
My personal python utilities
Object properties enumerability - defineProperty() and defineProperties() methods
Array.forEach() example
Creates an array of integers with random values between 1 and 20 (inclusive).
Write a Java program that does the following: 1- Creates an array of integers with random values between 1 and 1000 (inclusive) and a size of 20. 2- Finds and prints the smallest and biggest values in the array. 3- Calculates and prints the average value of all the elements in the array.
Add a description, image, and links to the iteration topic page so that developers can more easily learn about it.
To associate your repository with the iteration topic, visit your repo's landing page and select "manage topics."