Codiwan.com

The blog for Design Patterns, Linux, HA and Myself!

Latest Posts

Remove Element Solution - Leetcode

Understand Remove Element (27 Leetcode) with Solution

Merge Sorted Array Solution - Leetcode

Understand Merge Sorted Array (88 Leetcode) with Solution

Using Vault with LDAP Login/Auth and Policy Authorization

Using Hashicorp Vault with LDAP(OpenLDAP) based Login/Auth and Policy Authorization

Hashicorp Vault Installation, Userpass, KV Secrets and Policy Authorization

Vault installation with tutorial on Userpass authentication with Policy Authorization

OpenLDAP Installation and Tutorial on Ubuntu

OpenLDAP installation on Ubuntu with practical examples using ldapadd, ldapmodify, etc.

Minimum Score Triangulation of Polygon

Leetcode Solution: Understand Minimum Score Triangulation of Polygon With Brute Force and Optimal Solution

Longest Happy String Solution

Understand Leetcode Longest Happy String(1405) With Brute Force and Optimal Solution

All Elements in Two Binary Search Trees Solution

Leetcode Solution: Understand Leetcode problem All Elements in Two Binary Search Trees(1305) Solution

Construct Binary Search Tree From Preorder Traversal Solution

Leetcode Solution: Understand Leetcode problem Construct Binary Search Tree From Preorder Traversal(1008) Solution

Maximum Binary Tree Solution

Leetcode Solution: Understand Leetcode problem Maximum Binary Tree(654) Solution