Skip to content

SkyCode

VICKY CHHETRI

SkyCode

VICKY CHHETRI

  • Home
  • About
  • Play Unity Game
Competitive programming

Plus One – C#

Vicky Chhetri October 15, 2022 No Comments

You are given a large integer represented as an integer array digits, where each digits is the ith digit of the integer. The digits are ordered from most significant to…

Competitive programming

Valid Parentheses

Vicky Chhetri October 9, 2022 No Comments

Given a string s containing just the characters '(', ')', '{', '}', '', determine if the input string is valid. An input string is valid if: Open brackets must be…

Competitive programming

Longest Common Prefix

Vicky Chhetri October 9, 2022 No Comments

Write a function to find the longest common prefix string amongst an array of strings. If there is no common prefix, return an empty string Example 1: Input: strs =…

Coding Competitive programming

SQL Joins

Vicky Chhetri October 4, 2022 No Comments

INNER JOIN: is used when retrieving data from multiple tables and will return only matching data. LEFT OUTER JOIN: is used when retrieving data from multiple tables and will return…

C#

Day 8: C# Casting and type conversions

Vicky Chhetri September 11, 2022 No Comments

C# is statically-typed at compile time, after a variable is declared, it cannot be declared again or assigned a value of another type unless that type is implicitly convertible to…

Coding

SQL query to find the third highest salary in the company

Vicky Chhetri September 10, 2022 No Comments

The question is a bit confusing for the developer, Interviewer Always asks this question in SQL. The most straightforward way that should work in any database is to do the…

Competitive programming

Find Pivot Index

Vicky Chhetri September 4, 2022 No Comments

Example 1: Input: nums = Output: 3 Explanation: The pivot index is 3. Left sum = nums + nums + nums = 1 + 7 + 3 = 11 Right…

Coding Competitive programming

Sum of an array as runningSum[i] = sum(nums[0]…nums[i]).

Vicky Chhetri September 4, 2022 No Comments

Return the running sum of nums. Input: nums = Output: Explanation: Running sum is obtained as follows: .

JavaScript

Axios ?

Vicky Chhetri August 25, 2022 No Comments

Axios is a promise-based HTTP Client for node.js and the browser. It is isomorphic (= it can run in the browser and nodejs with the same codebase). Installing GET REQUEST…

C#

Day 7: C# Variables

Vicky Chhetri August 25, 2022 No Comments

int – stores integers (whole numbers), without decimals, such as 123 or -123double – stores floating point numbers, with decimals, such as 19.99 or -19.99char – stores single characters, such…

Posts pagination

1 … 10 11 12 … 21

« Previous Page — Next Page »

You Missed

General

Rust vs Go: Concurrency War in Backend Systems

General

📌 Palindrome Permutation — Notes

General

The Architect Guide to Distributed Systems: Scaling Beyond a Single Machine

General

Beyond Mutexes: Go Semaphores for High-Performance Concurrency Control

SkyCode

VICKY CHHETRI

Copyright © All rights reserved | Blogarise by Themeansar.

  • Home
  • Shop
  • About
  • Inquiry
  • C#11 And .Net 7 – Modern Cross-platform Development Fundamentals
  • MySQL Tutorial
  • Create your website with blocks
  • Pin Posts
  • Pin Posts
  • Resume