Recent Posts

XPress: Simple Truth Expression Language

5 minute read

XPress is a simple yet powerful expression language for .net string literals. Using Xpress compiler you can create string truth expressions at compile time u...

Is a Palindrome String?

less than 1 minute read

Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases.

Search For Range

less than 1 minute read

Write a function to find index of element in an array, and if not found return index where it should be inserted in order.