Blog posts

2020

2019

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...

2017

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.

Search Insert Position

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.

Hello, World!

less than 1 minute read

First blog post after years away from blogging!