• Apr 14, 2021 •Daedalus
0 likes • 0 views
Eqtt vw wvm awtdm ug xchhtm?
• Mar 12, 2026 •prakhar.dev101-263b
0 likes • 1 view
class Solution { public: bool isGoodLength(int len, string& s) { } string longestPalindrome(string s) { int l = 1; // a string of length 1 can always be a pallindrome int r = s.length() + 1; // it is impossible to find a string of length s.length() + 1, leave alone pallindromic while(r > l + 1) { int mid = l + (r - l) / 2; if(isGoodLength(mid, s)) { l = mid; } else { r = mid; } } } };
• Apr 26, 2025 •C S
0 likes • 3 views
[*.cs] indent_style = space indent_size = 2 tab_width = 2 csharp_new_line_before_open_brace = none
• May 30, 2025 •kimdylan05-04cd
refre
• Nov 18, 2022 •AustinLeath
# This is the network config written by 'subiquity' network: ethernets: enp0s3: dhcp4: yes nameservers: addresses: [8.8.8.8,8.8.4.4] version: 2
• Aug 7, 2024 •naiferomar366-60ef
0 likes • 2 views
aaaa