Tag: javascript
Javascript is without the doubt the most widely used programming language, that can run on almost most of the platforms as long as there is a modern internet browser. …
The VBScript/Javascript under Windows is very helpful, which is often used as a daily administration programming language. WSH stands for Window Scripting Host. It is a Microsoft scripting-friendly environment, …
Given two binary trees (defined structure in C++ as follows), check if they are identical (same tree structure and the values to the nodes are also the same): /** …
CRC (Cyclic Redundancy Checksum) is a quick method to compute a value (or sometimes known as hash), that can be used to represent the data integrity. CRC32 computes a …
The Dictionary is an important data-structure and is a very handy tool to store a collection of key-value pairs. The Dictionary object can be created easily using Scripting language …