Friday, February 2, 2018

FIFA World Cup Russia 2018 soccer match schedule

The 2018 FIFA World Cup Russia is near the corner now!

It will start on 14 June 2018 and last for one month until 15 July 2018.


You can look up to the schedule of all its matches in this website:
http://www.fifa.com/worldcup/matches/index.html
You can also click here to download the match schedule in PDF file.

The time shown on the webpage is Russia local time. Just click on "change to your time" to switch it to your local time. Remember to adjust the date yourself because the date shown on the webpage will remain as the date in Russia as well.

The first match will be Russia vs Saudi Arabia at 14 June 2018 6pm.

You might also be interested to read about:

Thursday, January 25, 2018

Bank Negara increased OPR to 3.25%

As expected, Bank Negara (BNM) has, at its Monetary Policy Committee (MPC) meeting today (25 January 2018), made the decision to increase the Overnight Policy Rate (OPR) by 25 basis points from 3% to 3.25%.

This is the reverse of the last action taken on 13 July 2016, which reduced the OPR by 25 basis points from 3.25% to 3%.

For investors, if you are holding shares of financial institutions, this is a short term good news to you. If you are holding shares which the company is having high debt/equity (D/E) ratio, you need to evaluate how much will this OPR rise impact on the company's financial situation.

If you are planning to take a hire purchase (eg. buying a vehicle), act fast before the borrowing interest rate increases soon. If you are serving a home loan, expect your monthly commitment to your mortgage to slightly increase from now on.

You might probably also be interested to read about:


Tuesday, January 23, 2018

Book: Algorithms Notes for Professionals

An algorithm is a procedure or formula for solving a problem, based on conducting a sequence of specified actions.

Algorithm plays an important role in software engineering. It is one of the major subjects compulsory for students studying computer science, computer engineering or similar IT course in university/college.

Algorithms Notes for Professionals is a freely downloadable PDF e-book compiled from Stack Overflow Documentation, released under Creative Common BY-SA.


Among the algorithms discussed in this e-book are:
  • Graph
  • Graph Traversals
  • Dijkstra’s Algorithm
  • A* Pathfinding
  • Dynamic Programming
  • Kruskal's Algorithm
  • Greedy Algorithms
  • Prim's Algorithm
  • Bellman–Ford Algorithm
  • Line Algorithm
  • Floyd-Warshall Algorithm
  • Catalan Number Algorithm
  • polynomial-time bounded algorithm for Minimum Vertex Cover
  • Multithreaded Algorithms
  • Knuth Morris Pratt (KMP) Algorithm
  • Edit Distance Dynamic Algorithm
  • Online algorithms
  • Big-O Notation
  • Sorting
  • Bubble Sort
  • Merge Sort
  • Insertion Sort
  • Bucket Sort
  • Quicksort
  • Counting Sort
  • Heap Sort
  • Cycle Sort
  • Odd-Even Sort
  • Selection Sort
  • Trees
  • Binary Search Trees
  • Binary Tree traversals
  • Lowest common ancestor of a Binary Tree
  • Searching
  • Substring Search
  • Breadth-First Search
  • Depth First Search
  • Hash Functions
  • Travelling Salesman
  • Knapsack Problem
  • Matrix Exponentiation
  • Equation Solving
  • Longest Common Subsequence
  • Longest Increasing Subsequence
  • Dynamic Time Warping
  • Pascal's Triangle
  • Fast Fourier Transform
  • Algo:- Print a m*n matrix in square wise
  • Check two strings are anagrams
  • Dynamic Programming
It is a very handy reference book for software engineers and computer science students.

Click here to download Algorithms Notes for Professionals for free.

Hint: Click on the "Older Posts" link to continue reading, or click here for a listing of all my past 3 months articles.