window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/zyrastory.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.1.1"}};
/*! This file is auto-generated */
!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode,e=(p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0),i.toDataURL());return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(p&&p.fillText)switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([129777,127995,8205,129778,127999],[129777,127995,8203,129778,127999])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(e=t.source||{}).concatemoji?c(e.concatemoji):e.wpemoji&&e.twemoji&&(c(e.twemoji),c(e.wpemoji)))}(window,document,window._wpemojiSettings);
https://zyrastory.com/wp-includes/js/jquery/jquery.min.js
https://zyrastory.com/wp-includes/js/jquery/jquery-migrate.min.js
(function(c,l,a,r,i,t,y){ c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)}; t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i+"?ref=bwt"; y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y); })(window, document, "clarity", "script", "btkbh92jgl");
Skip to content
February 27, 2023
zyrastory Check two binary trees are same or not – C#, Java, Python3, JavaScript Solution
February 27, 2023
January 22, 2023
zyrastory Which Numbers are Happy?
January 22, 2023
January 6, 2023
zyrastory C#, Java, Python3, JavaScript Solutions
January 6, 2023
December 31, 2022
zyrastory ” Nag a ram ” By Google Search EngineC#, Java, Python3 ,JavaScript Solutions
December 31, 2022
December 29, 2022
zyrastory Best time to buy and sell the stock?
We can follow a easy principle of…
December 29, 2022
December 2, 2022
zyrastory LeetCode Problem Given the root of a binary tree, return the postorder traversal of its nodes’ values. Follow up: Recursive…
December 2, 2022
November 30, 2022
zyrastory LeetCode #144 Binary Tree Preorder Traversal( C#, Java, Python3, JavaScript solution with explanation )
November 30, 2022
November 29, 2022
zyrastory Three different ways to traverse a binary tree ( Inorder, Preorder and Postorder ).In this…
November 29, 2022
November 9, 2022
zyrastory Included C#, Java ,Python3, JavaScript solution with explanation
November 9, 2022
October 26, 2022
zyrastory Hmm, if find return index else -1, that seems familiar. Included C#, Java ,Python3,…
October 26, 2022
October 5, 2022
zyrastory Included C#, Java ,Python3, JavaScript solution with explanation
October 5, 2022
September 25, 2022
zyrastory Included C#, Java ,Python3, JavaScript solution with explanation
September 25, 2022
September 19, 2022
zyrastory How to sort different color object ? Included C#, Java ,Python3, JavaScript different solutions with…
September 19, 2022
September 14, 2022
zyrastory find the element appears more than ⌊n / 2⌋ times , included C#, Java ,Python3 different…
September 14, 2022
September 11, 2022
zyrastory You can find French steak dishes at a relatively low price, and just five…
September 11, 2022
August 29, 2022
zyrastory Reduce at least half of the array size, how can we solve the problem in…
August 29, 2022
August 20, 2022
zyrastory Find the index of first unique character in a string, if it does not exist,…
August 20, 2022
August 15, 2022
zyrastory 【Blind 75 Problem】 – Explanation of time complexity of each solutions – included C#, Java,…
August 15, 2022
August 7, 2022
zyrastory LeetCode Problem Given an integer array nums, find the contiguous subarray (containing at least one number)…
August 7, 2022
August 4, 2022
zyrastory 【Blind 75 problem】- How to check is there any duplicate element in an array? Included…
August 4, 2022
August 3, 2022
zyrastory 【Blind 75 Problem】 When is the best time to buy stock? Now is the best…
August 3, 2022
July 27, 2022
zyrastory LeetCode Problem Given a string s consisting of words and spaces, return the length of the last word in the…
July 27, 2022
July 26, 2022
zyrastory Search insert position? That seems easy, let us get solution step by step. ( Included…
July 26, 2022
July 19, 2022
zyrastory LeetCode Problem Given an integer array nums and an integer val, remove all occurrences of val in nums in-place. The relative order…
July 19, 2022
July 18, 2022
zyrastory C#, Java, Python3, JavaScript Solution and Explanation
July 18, 2022
July 11, 2022
zyrastory C#, Java, Python3, JavaScript Solutions with step by step explanation (using list , hashset, …
July 11, 2022
June 20, 2022
zyrastory LeetCode Problem You are given the heads of two sorted linked lists list1 and list2. Merge the two…
June 20, 2022
June 18, 2022
zyrastory 【Blind 75 Problem】Step by step get the solution of this interesting problem. C#, Java, Python3,…
June 18, 2022
June 12, 2022
zyrastory LeetCode Problem Write a function to find the longest common prefix string amongst an array…
June 12, 2022
June 8, 2022
zyrastory LeetCode Problem You are given two non-empty linked lists representing two non-negative integers. The digits are stored…
June 8, 2022
jQuery(".jq-goTop").click(function (e) {
e.preventDefault();
let hi = jQuery(window).scrollTop();
hi = hi/2.5;
jQuery("html,body").animate(
{
scrollTop: 0,
},
hi
);
window.girl = 0;
var clock = setInterval(testFunc, 150);
setTimeout(function()
{
clearInterval(clock);
jQuery("#walking_girl0").hide();
jQuery("#walking_girl1").hide();
jQuery("#walking_girl2").hide();
},hi);
});function testFunc()
{
//console.log(window.girl);
switch(window.girl)
{
case 0:
jQuery("#walking_girl0").show();
jQuery("#walking_girl1").hide();
jQuery("#walking_girl2").hide();
break;
case 1:
jQuery("#walking_girl0").hide();
jQuery("#walking_girl1").show();
jQuery("#walking_girl2").hide();
break;
case 2:
jQuery("#walking_girl0").hide();
jQuery("#walking_girl1").hide();
jQuery("#walking_girl2").show();
break;
}
window.girl = window.girl == 2 ? 0 : window.girl+1;
}
function closePop(){document.getElementById("headlineatas").style.display = 'none';}
function openPop()
{
if(/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent))
{
return false;
}
var r = Math.random();
if(r>0.7 || r<0.3)
{
document.getElementById("headlineatas").style.display = '';
}
}
(adsbygoogle = window.adsbygoogle || []).push({});
(adsbygoogle = window.adsbygoogle || []).push({});
(adsbygoogle = window.adsbygoogle || []).push({});
(adsbygoogle = window.adsbygoogle || []).push({});
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js#xfbml=1&version=v6.0&autoLogAppEvents=1'
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
function returnDefault(item)
{
item.innerText = "Copy"
item.style.color = "white"
item.style.backgroundColor = "CornflowerBlue";
}
if(/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent) == false) //20221128 手機用戶移除copy功能
{
jQuery('code').each(function () {
var btn = document.createElement("button");
btn.innerHTML = "Copy";
btn.onmousedown = "event.preventDefault();";
btn.setAttribute('class', 'btnC');
btn.onclick = function(){
var k = this.nextSibling;
var textArea = document.createElement("textarea");
textArea.style.position = 'fixed';
textArea.style.top = 0;
textArea.style.left = 0;
textArea.style.width = '2em';
textArea.style.height = '2em';// We don't need padding, reducing the size if it does flash render.
textArea.style.padding = 0;// Clean up any borders.
textArea.style.border = 'none';
textArea.style.outline = 'none';
textArea.style.boxShadow = 'none';// Avoid flash of the white box if rendered for any reason.
textArea.style.background = 'transparent';textArea.value = k.textContent;document.body.appendChild(textArea);
textArea.focus();
textArea.select();var successful = document.execCommand('copy');
var msg = successful ? 'successful' : 'unsuccessful';if(successful)
{
this.focus();
this.style.backgroundColor = "green";
this.innerText = "✔Copied"
openPop();
setTimeout(( ()=>returnDefault(this)),1850)
}document.body.removeChild(textArea);
};var parent = this.parentNode;
parent.insertBefore(btn, this);
});
}
var uagb_timeline_data = {"tablet_breakpoint":"976","mobile_breakpoint":"767"};
https://zyrastory.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/timeline.min.js
https://zyrastory.com/wp-content/uploads/uag-plugin/assets/1000/uag-js-535-1679372891.js
https://zyrastory.com/wp-content/themes/responsiveblogily/js/navigation.js
https://zyrastory.com/wp-content/themes/responsiveblogily/js/skip-link-focus-fix.js
https://zyrastory.com/wp-content/themes/responsiveblogily/js/script.js
https://zyrastory.com/wp-content/themes/responsiveblogily/js/jquery.flexslider.js
https://zyrastory.com/wp-content/themes/responsiveblogily/js/accessibility.js
https://zyrastory.com/wp-content/plugins/highlighting-code-block/assets/js/prism.js
https://zyrastory.com/wp-content/plugins/highlighting-code-block/build/js/hcb_script.js
(function() {
var expirationDate = new Date();
expirationDate.setTime( expirationDate.getTime() + 31536000 * 1000 );
document.cookie = "pll_language=en; expires=" + expirationDate.toUTCString() + "; path=/; secure; SameSite=Lax";
}());
/(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1);
ai_front = {"insertion_before":"BEFORE","insertion_after":"AFTER","insertion_prepend":"PREPEND CONTENT","insertion_append":"APPEND CONTENT","insertion_replace_content":"REPLACE CONTENT","insertion_replace_element":"REPLACE ELEMENT","visible":"VISIBLE","hidden":"HIDDEN","fallback":"FALLBACK","automatically_placed":"Automatically placed by AdSense Auto ads code","cancel":"Cancel","use":"Use","add":"Add","parent":"Parent","cancel_element_selection":"Cancel element selection","select_parent_element":"Select parent element","css_selector":"CSS selector","use_current_selector":"Use current selector","element":"ELEMENT","path":"PATH","selector":"SELECTOR"};