JyothiCalculation of CPU cycles in Zyphyr OSZyphyr OS provides k_cycles_get_32() and k_cycles_get_64() APIs. k_cycles_get_32() and k_cycles_get_64() used to obtain the current cycle…5d ago5d ago
JyothiPython solutions for some matrix problems1. You are given an m x n integer grid accounts where accounts[i][j] is the amount of money the ith customer has in the…Oct 2Oct 2
JyothiDRM and KMSThis blog provides a concise overview of the DRM and KMS components of Linux OS.Sep 26Sep 26
JyothiGPG keysGPG keys are used for signing and verifying from trusted collaborators. These keys are created as pairs of public and private keys using…Sep 20Sep 20
JyothiTLSTLS is a transport layer security protocol, used to protect data at application layer. It is mainly designed for TCP applications. Higher…Sep 6Sep 6
JyothiKMP searchAn efficient way to solve this problem is by using the Knuth-Morris-Pratt (KMP) algorithm for pattern matching. The KMP algorithm has a…Aug 22Aug 22
JyothiTwo pointer techniques and Rust examplesThe two-pointer approach is a popular algorithmic technique used in programming to solve problems involving iterating over arrays, lists or…Aug 20Aug 20
JyothiTwo-pointer approach and TCP sliding windowThe two-pointer approach is a popular algorithmic technique used in programming to solve problems involving iterating over arrays, lists or…Aug 14Aug 14