• Feed
  • Discussions
Shift

Shift

#shift
0 followers·2 articles

Shift

#shift·0 followers·2 articles
Shift
고라니드로
고라니드로
koranidro.hashnode.dev·Feb 22, 2025
Feb 22, 2025

[TypeScript] 자료 구조로 담아내기. #4 - 배열(with. 시프트)

이번 편은 이전 편으로부터 이어집니다. 삽입과 삭제를 수행할 때는 일정 구간을 밀어내거나 당겨오게 됩니다. 이러한 연산을 일반적으로 시프트라 부릅니다. 왼쪽 시프트 function shl(mem: any[], l: number, r: number): void { for(let i = l; i <= r; i++) { mem[i - 1] = mem[i]; } } 왼쪽 시프트는 지정된 메모리 mem 중 l과 r로 지정된 범위를 왼쪽으로 한...

[TypeScript] 자료 구조로 담아내기. #4 - 배열(with. 시프트)
Discuss·17 reads
[TypeScript] 자료 구조로 담아내기
JavaScript
Ahamad Basha NS
Ahamad Basha NS
intro-to-c-net-core.hashnode.dev·Dec 06, 2024
Dec 06, 2024

𝗖# 𝗢𝗽𝗲𝗿𝗮𝘁𝗼𝗿𝘀:

Operators are symbols that perform specific operations on operands. They help us manipulate data and perform calculations. C# provides a rich set of operators to manipulate data. 𝗔𝗿𝗶𝘁𝗵𝗺𝗲𝘁𝗶𝗰 𝗢𝗽𝗲𝗿𝗮𝘁𝗼𝗿𝘀: (Addition): Adds two operands...

𝗖# 𝗢𝗽𝗲𝗿𝗮𝘁𝗼𝗿𝘀:
Discuss·7 reads
𝗧𝗲𝗿𝗻𝗮𝗿𝘆

Changelog

New steps component and improved accessibility on Hashnode's blog and docs product.

New steps component and improved accessibility on Hashnode's blog and docs product.

Nov 05, 2024·
new

Trending Articles

🛍️ Bion: The App That Pays You Crypto Just for Shopping (No Strings Attached)

Ekemini David ·19 reads

Stonfi amd TON wallet effecting US

Wissy Ak·28 reads

From HODLing to Living — How Bion is Unlocking Real-World Utility for Your Crypto

Edimavouge·22 reads

Top commenters this week

1 -
1 -
Anik Sikder
Anik Sikder
Jaime David
Jaime David
nandini
nandini
Leah Grant
Leah Grant

Writing Challenges

#2Articles1Week Challenge

Become better at technical writing; accept Hashnode's writing challenge for four weeks.

#2Articles1Week Challenge
#WomenWhoTech

Share your story, achievements, or experiences as a woman, non-binary folk in tech or as a #WomenWhoTech ally!

#WomenWhoTech
Self Starter

Publish your first article on Hashnode and become a self starter!

Self Starter
Serial Blogger

Publish an article every day for 7 days and earn a cool serial blogger badge!

Serial Blogger
Talk of the town

Write a story that drives amazing engagement on Hashnode and become the talk of the town!

Talk of the town
Word Warrior

Write an in-depth article on your Hashnode blog that's more than 2000 words and become a word warrior!

Word Warrior