Onur Uzunkth smalles/largest elementhttps://www.techiedelight.com/find-kth-largest-element-array/Jan 21, 2021Jan 21, 2021
Onur UzunStruct vs UnionA structure is a user-defined data type available in C that allows to combining data items of different kinds.May 8, 2020May 8, 2020
Onur UzunBinary TreesA binary tree is made of nodes, where each node contains a “left” reference, a “right” reference, and a data element. The topmost node in…Jul 8, 20191Jul 8, 20191
Onur UzunScam emails I’ve received during apartment search in GermanyIf you search a flat in Germany, you will receive tons of scam emails. This one is the first and last(so far) scam mail I actually replied.Aug 30, 20187Aug 30, 20187
Onur UzunLambdasThe difference between a captured argument and a passing argument could be seen with an analogy. Consider the following function object:Jul 10, 2018Jul 10, 2018
Onur UzunMQTT and MosquittoMQTT is a machine-to-machine (M2M)/”Internet of Things” connectivity protocol.Jul 10, 2018Jul 10, 2018
Onur UzunAlgorithmshttps://www.geeksforgeeks.org/commonly-asked-data-structure-interview-questions-set-1/Jun 7, 2018Jun 7, 2018
Onur UzunVirtual inheritance to solve diamond problemYou want: (Achievable with virtual inheritance)Apr 24, 2018Apr 24, 2018