PictamePictame
CompareAnalyticsSearchBlog
Discover

Popular Countries

United StatesTurkeyGermanyUnited KingdomBrazilFranceSpainItalyAll Countries (196)

Popular Categories

Fashion & StyleSports & AthleticsMusic & EntertainmentBeauty & MakeupFood & TravelFitness & Health

Downloads

Video DownloaderReels DownloaderStory DownloaderPhoto DownloaderHighlight Downloader
PicukiImginnDumporGramhirStoriesIGPixwoxSmiHubPicnobAll Alternatives
PictamePictame

View Instagram profiles anonymously. No login required.

Company

  • About Us
  • Contact
  • Blog

Resources

  • Discover
  • Hashtags
  • Locations
  • FAQ
  • Alternatives

Legal

  • Terms of Service
  • Privacy Policy
  • Cookie Policy
  • DMCA

© 2026 Pictame. All rights reserved.

Pictame is not affiliated with Instagram.

PictamePictame
CompareAnalyticsSearchBlog
Discover
  1. Home
  2. Profile
  3. void.siri
Dealing DSA day 0/60 [coding, dsa, computer science engineering] #explorepage #boost #coding #fypppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppp #engineering
4
4
Also this is only for someone who is just starting with coding, learning a new lang or just starting dsa. 3 steps i follow to not be a "CONSUMER DEVELOPER" 1. WATCH LESS BUILD MORE 2. IT'S OKAY FOR U
41
41
Pseudocode👇 for i = 0 to n-1 for j = i+1 to n-1 if arr[i] + arr[j] == target return i, j return -1 // if no pair found Example: arr = [2, 7, 11, 15] target = 9 i = 0 → arr[i] = 2 j = 1 → 2
1
1
🔹 INSERTION SORT – PSEUDOCODE InsertionSort(arr, n): for i = 1 to n-1: key = arr[i] j = i - 1 while j >= 0 AND arr[j] > key: arr[j + 1] = arr[j] j = j - 1 arr[j + 1] = key 🔹 ARRAY: 5 2
0
0
Selection Sort IMPORTANT: WE SET "min" to index(address) BECAUSE WE USE IT TO SWAP LATER. for i = 0 → n-2 min = i for j = i+1 → n-1 if arr[j] < arr[min] min = j swap(arr[i], arr[min]) Time
0
0
By set to 0 i meant it is set to false(boolean variable) EXAMPLE ARRAY: [1, 2, 3, 5, 4] NORMAL BUBBLE SORT Pass 1: (1,2) ✔ (2,3) ✔ (3,5) ✔ (5,4) ❌ swap → [1,2,3,4,5] Pass 2: (1,2) ✔ (2,3) ✔ (3,4) ✔
1
1
Bubble sort explained 👇 Consider array: [5, 4, 3, 1, 2] 5 > 4 → swap [4, 5, 3, 1, 2] 5 > 3 → swap [4, 3, 5, 1, 2]] 5 > 1 → swap [4, 3, 1, 5, 2] 5 > 2 → swap [4, 3, 1, 2, 5] Continues the sam
1
1
Linear Search for i = 0 → n-1 if arr[i] == key return i return -1 Time Complexity: O(n) Space Complexity: O(1) [Coding, dsa, computer science engineering] #explorepage #boost #fyp #coding #dsa
0
0
Pseudocode: FOR i = pos TO n-2 A[i] = A[i+1] Time complexity : O(n) [Coding, dsa, computer science engineering] #explorepage #fyp #boost #coding #dsa
3
3
Different names👇 C++ → vector Java → ArrayList Python → list JavaScript → Array C# → List Dynamic Array Insertion pseudocode if size == capacity resize array (capacity * 2) for i = size-1 → posi
0
0
Insertion in Static Array pseudocode 👇 for i from (n-1) to position arr[i+1]=arr[i] arr[position -1]=value "position-1" because indexing of array starts from 0 and position numbering starts from 1.
0
0
Array Traversal👇 pseudocode for i = 0 → n-1 access arr[i] Time Complexity → O(n) Space Complexity → O(1) Let me know if entire working code is needed. Dealing dsa day 8/60 [Coding, dsa, compute
4
4

About @void.siri

Siri👾🌻 is a Instagram growing creator in the Education category. With 292 followers and 32 posts, void.siri's account shows a follower-to-following ratio of 10.4:1. View all content anonymously on Pictame - no login required.

void.siri's engagement rate sits at 1.23%. For accounts with 1K-10K followers, the average is around 5%, so there's some room to grow — though every community is unique.

Out of the last 12 posts, 100% are videos and 0% are photos. New posts appear roughly every 2 days — a steady, reliable rhythm. Captions lean moderate, averaging 441 characters.

1.23% engagement rate — room to grow compared to average for 1K-10K follower accounts.
New content every 2 days — a steady rhythm.
10.4:1 follower-to-following ratio.

FAQs About @void.siri

With Pictame, you can browse @void.siri's posts, reels, and stories without logging into Instagram. The profile owner won't know you visited.

Popular Searches Related to @void.siri

void.siri instagramvoid.siri instagram profilevoid.siri instagram accountview void.siri instagramvoid.siri instagram viewervoid.siri instagram analyticsvoid.siri instagram followersvoid.siri instagram posts

You are viewing this profile anonymously. No login. No activity tracking. Public content only.

Popular Countries

United StatesTurkeyGermanyUnited KingdomBrazilFranceSpainItalyAll Countries (196)

Popular Categories

Fashion & StyleSports & AthleticsMusic & EntertainmentBeauty & MakeupFood & TravelFitness & Health

Downloads

Video DownloaderReels DownloaderStory DownloaderPhoto DownloaderHighlight Downloader
PicukiImginnDumporGramhirStoriesIGPixwoxSmiHubPicnobAll Alternatives
PictamePictame

View Instagram profiles anonymously. No login required.

Company

  • About Us
  • Contact
  • Blog

Resources

  • Discover
  • Hashtags
  • Locations
  • FAQ
  • Alternatives

Legal

  • Terms of Service
  • Privacy Policy
  • Cookie Policy
  • DMCA

© 2026 Pictame. All rights reserved.

Pictame is not affiliated with Instagram.

void.siri
View Full Analytics

@void.siri

Siri👾🌻

PublicEducation
Posts
32
Followers
292
Top Hashtags
#explorepage#boost#coding#fyp#dsa#fypppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppp#engineering

Explore the most impactful hashtags used in recent posts. These tags highlight the core interests and trending topics that define this profile's digital influence and content strategy.

Explore Similar Public Profiles

elfcosmetics
elfcosmetics🇺🇸
7.6Mbeauty-makeup
michael.moonwalk.mj
michael.moonwalk.mj
895.5K
aajkikhabarnews
aajkikhabarnews
714.5K
lidysa_k
lidysa_k🇲🇻
270.6Kfashion-style
loredana
loredana
3.1M
e_milygarcia
e_milygarcia🇧🇷
20.5M
pekalonganinfo
pekalonganinfo
787.5K
nickniley01
nickniley01🇺🇬
195.9K
katyalelofficial
katyalelofficial
3.3M
volimhrvatsku
volimhrvatsku🇭🇷
378.6Kfood-travel
miadolls
miadolls🇷🇪
99.3Kfashion-style
euzebin
euzebin
659.7K

Popular Hashtags

#amazing#instagram#lifestyle#gym#motivation#sunset#dog#model#makeup#beach#sky#party
Following
28
Avg. Likes
-1
Avg. Comments
5
Engagement
1.37%

i try to code👩🏽‍💻

#cool
#igers
#cats