Skip to content

SkyCode

VICKY CHHETRI

SkyCode

VICKY CHHETRI

  • Home
  • About
  • Play Unity Game
Coding Competitive programming

Patients With a Condition

Vicky Chhetri October 17, 2022 No Comments

Table: Patients +--------------+---------+ | Column Name | Type | +--------------+---------+ | patient_id | int | | patient_name | varchar | | conditions | varchar | +--------------+---------+ patient_id is the primary…

Coding Competitive programming

Group Sold Products By The Date

Vicky Chhetri October 17, 2022 No Comments

Table Activities: +-------------+---------+ | Column Name | Type | +-------------+---------+ | sell_date | date | | product | varchar | +-------------+---------+ There is no primary key for this table, it…

Coding Competitive programming

Fix Names in a Table

Vicky Chhetri October 17, 2022 No Comments

Table: Users +----------------+---------+ | Column Name | Type | +----------------+---------+ | user_id | int | | name | varchar | +----------------+---------+ user_id is the primary key for this table. This…

General

Delete Duplicate Emails

Vicky Chhetri October 17, 2022 No Comments

Table: Person +-------------+---------+ | Column Name | Type | +-------------+---------+ | id | int | | email | varchar | +-------------+---------+ id is the primary key column for this table.…

General

Swap Salary

Vicky Chhetri October 17, 2022 No Comments

Table: Salary +-------------+----------+ | Column Name | Type | +-------------+----------+ | id | int | | name | varchar | | sex | ENUM | | salary | int |…

General

Calculate Special Bonus

Vicky Chhetri October 17, 2022 No Comments

Table: Employees +-------------+---------+ | Column Name | Type | +-------------+---------+ | employee_id | int | | name | varchar | | salary | int | +-------------+---------+ employee_id is the primary…

Competitive programming

Add Binary

Vicky Chhetri October 16, 2022 No Comments

Given two binary strings a and b, return their sum as a binary string. Example 1: Input: a = "11", b = "1" Output: "100" Example 2: Input: a =…

C# Competitive programming

Remove Element

Vicky Chhetri October 15, 2022 174 Comments

Given an integer array nums and an integer val, remove all occurrences of val in nums in-place. The relative order of the elements may be changed. Since it is impossible…

C# Competitive programming

Search Insert Position

Vicky Chhetri October 15, 2022 No Comments

Given a sorted array of distinct integers and a target value, return the index if the target is found. If not, return the index where it would be if it…

C# Competitive programming

Length of Last Word

Vicky Chhetri October 15, 2022 No Comments

Given a string s consisting of words and spaces, return the length of the last word in the string. A word is a maximal substring consisting of non-space characters only.…

Posts pagination

1 … 9 10 11 … 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