Xavier Spriet
I'm a software developer currently located in Windsor, Ontario. I'm very interested in discrete math & algos, several programming languages (but I've been specializing in Python and PHP for now), and RDBMS. I'm currently learning about Android development, lisp and fuzzy graphs.Follow Me
Blogroll
Tags
Categories
- Events (1)
- tech (9)
- Computer Science (2)
- Databases (2)
- Django (1)
- linux (5)
- Programming (3)
- unix (4)
- Web Development (1)
- Web Frameworks (1)
Archives
Tag Archives: algorithms
Algorithms in Python: Binary exponentiation
The typical approach to exponentiation of a base b by an exponent n is to repeatedly multiply the base by itself, as such: This is easy to compute for small values but quickly chokes with very large values. A faster … Continue reading
Posted in Computer Science, Programming, tech
Tagged algorithms, CS, engineering, programming, python, scripting, tech
Leave a comment
Algorithms in Python: Binary Operations
Today I’d like to demonstrate a simple implementation of Kenneth Rosen‘s binary addition and multiplication algorithms as outlined in "Discrete Mathematics and its Applications". Both algorithms are very simple and work the same way we’ve all learned to do decimal … Continue reading
Posted in Computer Science, Programming, tech
Tagged algorithms, CS, programming, python, tech
Leave a comment
Algorithms in Python: Base Expansion
I felt it would be helpful to folks interested in Python and studying algorithms, to review some commonly studied algorithms in Computer Science by providing a small description and a Python implementation of each algorithm. This week, we’ll cover an … Continue reading
on Delicious
on Google Books
on HackerNews
on LinkedIn
on Twitter