Skip to content
www.takethenotes.com
Partner Community Techplayon Codeplayon Telcosought
  • Home
  • Embedded
  • Linux
  • C/C++
  • Network Protocols
  • 5G NR
C/C++

Why we have “Volatile” in C?

Oct 5, 2022 Admin

"Volatile" is a qualifier in C. It is intended to prevent the optimization of the object that can change in manners that cannot be determined by compiler. The best example…

LeetCode

Leet code | Problem 4: Median of Two Sorted Arrays

Jul 4, 2022 Admin

Given two sorted arrays nums1 and nums2 of size m and n respectively, return the median of the two sorted arrays. The overall run time complexity should be O(log (m+n)).

LeetCode

Leet code | Problem 3: Longest Substring Without Repeating Characters

Jul 3, 2022 Admin

Given a string s, find the length of the longest substring without repeating characters.

LeetCode

Leet code | Problem 2: Add Two Numbers

Jul 2, 2022 Admin

NOTE: This problem is generated by LeetCode. TakeTheNotes has given only solution for educational purpose. Problem Name: Add Two Numbers Description: You are given two non-empty linked lists representing two…

LeetCode

Leet code | Problem 1: Two-sum

Jul 1, 2022 Admin

NOTE: This problem is generated by LeetCode. TakeTheNotes has given only solution for educational purpose. Problem Name: Two Sum Description: Given an array of integers nums and an integer target, return indices of the…

Posts navigation

1 … 6 7

Follow us on LinkedIn

Weekly Newsletter
www.takethenotes.com
Contact us: info@takethenotes.com

© 2021-2022 | Proudly made with ♥ in India

  • Home
  • Contributors
  • Sitemap