MYWOT
Child safety
Confidence
Trustworthiness
Confidence
MALICIOUS CONTENT INDICATORS
Avdongre.wordpress.com most likely does not offer any malicious content.
Secure connection support
HTTPS
Avdongre.wordpress.com provides SSL-encrypted connection.
ADULT CONTENT INDICATORS
Avdongre.wordpress.com most likely does not offer any adult content.
Popular pages
-
Avi's Programming Blog
Avi's Programming Blog Continuously run unit tests on each check-in pushed in any branch Run other checks say lint, security tools, static analysis Running tests on multiple platform Send notification...
-
Kd Tree in C++ | Avi's Programming Blog
In computer science, a k-d tree (short for k-dimensional tree) is a space-partitioning data structure for organizing points in a k-dimensional space. k-d trees are a useful data structure for several ...
-
Building Multi-Branch Jenkins Pipeline | Avi's Programming Blog
Being remote developer and work from home during this pandemic, I realize that there is need of system or mechanism which monitor state of the your project. Some tool which does following for you Cont...
-
Spelling Corrector. | Avi's Programming Blog
Recently I was reading a blog . Gives excellent theory and working smallest code in python behind google Did you mean concept. Since I was doing more study on Bk-Tree, which also have potential to hav...
-
[LeetCode #98] Validate Binary Search Tree | Avi's Programming Blog
Given a binary tree, determine if it is a valid binary search tree (BST). Assume a BST is defined as follows: The left subtree of a node contains only nodes with keys less than the node's key. The rig...
-
[LeetCode #88] Merge Sorted Array | Avi's Programming Blog
Merge Sorted Array Given two sorted integer arrays A and B, merge B into A as one sorted array. Note: You may assume that A has enough space (size that is greater or equal to m + n) to hold additional...