Implementation of Stack and Queue (circular queue) data structures in Pharo.
Testing Stack code in Playground (attaching images for reference)
Output
Testing code for Queue in Playground
Output
Implementation of Warshall algorithm to find transitive closure
Implementation of Bisection Method to find root of an equation
Implementation of Lagrange's Interpolation to estimate the value of a function at any point within a certain range
Reference: CLRS, My notes from Discrete Mathematics and Numerical Methods
Work in progress as of now. I might add the Pharo implementation of more data structures and algorithms or some other basic beginner level programs that I used to write in JAVA. Next topics to implement:
Bubble sort, Newton Raphson method, Breadth First Search, Depth First Search






