▲ 2 r/DSALeetCode+1 crossposts

Learning recursion in DSA

Hello everyone, I am a BTech cse student and currently I am starting my dsa journey and currently I am learning Recursion.

I am watching series, understanding patterns, but when i tried to solve a simple question without any help totally with myself but I could not find any approach.

I am trying to be consistent, every day start a new problem struggle to solve it myself then view its soln on internet and making my mind that it is only it and i could not solve this basic things.

Currently I am consistent but not sure that always be. I will not leave the dsa but perhaps skip the recursion

Guys, provide me some tips, advices, suggestion because I am at extreme hill and I have only two options left now

  1. Take back the steps and leave it

  2. Move ahead forward and master it even if takes too much time

reddit.com
u/Choice-Coat-8044 — 4 days ago
▲ 3 r/CSEducation+1 crossposts

Guidance to a CSE freshers

Hi,

I am a fresher, just took admission this year in AIML course and have same level of excitement and fear about upcoming 4 years.

I have some dreams same as others which is be better in my field and open my mind, heart to learn new things very quickly with lot of love. And to overcome this fear and achieve that target, i need the blessings, guidance, tips of seniors, experts, working professionals. I request to every person to leave at least one tip or guidance for me.

Well, i shall not say that i am here only for study or what but i wanted a healthy, markable time in my degree but with true skills

For now, i don't know, how much my college seniors, professors, batchmates will be cooperative but I trust these types of platforms where it gives us freedom to share everything that makes anyone's life

Here, the motive of this post is not asking any boring or very common basic/technical questions like

  1. What programming language should i learn

  2. What type of projects should i make

  3. How to get a job

And, I am completely blank in each thing but I have will to learn.

So, I request to take few minutes or seconds and write a life changing, remarkable advice

I am open to take suggestions on:-

  1. Communication

  2. Learning

  3. Confidence

  4. Internships

  5. Placements

  6. CGPA

  7. Exam

  8. Healthy relations with professors, seniors, batchmates, other branch students

  9. Stage fear

  10. Resume

  11. Social media profiles

  12. Preparation for college exams

  13. Side activities

And please some experts, help me in getting my first girlfriend or relationship and tips to main that

Thanks you for your precise time

I will truly follow your advice

reddit.com
u/Choice-Coat-8044 — 30 days ago

Buying new laptop

Hi,

I am going to buy a new laptop but I am confuse btw asus tuf A16 and asus gaming V16 with rtx 5060 intel core 210H

​

I am a college student in ai and ml so which laptop should I take. I have productive task more and gaming as hobby

My actual budget is 80-85k but I can extend it for 1lakh for better deal

reddit.com
u/Choice-Coat-8044 — 2 months ago

Facing error while registering with sbi net banking

Hello everyone I am trying to register with sbi internet banking but I couldn't

I do every setup but when I write the username and password and submit I got following error "Unable to process the request. please try again later" on the sbi website

Anyone faces it or know the reason of it.

Please help me

reddit.com
u/Choice-Coat-8044 — 3 months ago

Hey everyone,

I’ve been working on an Unreal Engine plugin called Dynamic Storage System — a runtime data storage system that lets you register, retrieve, check, and unregister data using Gameplay Tags.

The main goal was to create a flexible storage layer that works from both C++ and Blueprint, without manually creating separate variables everywhere for temporary/runtime gameplay data.

Current features:

- Register and retrieve data using "FGameplayTag"

- C++ API: "RegisterData<T>()" and "RetrieveData<T>()"

- Blueprint nodes:

- Set Storage

- Get Storage

- Contains Data

- Unregister Data

- Type-safe retrieval

- Runtime type mismatch protection

- Blueprint dynamic pin reconstruction based on stored metadata

- Supports common Unreal types:

- bool, int32, int64, float, double

- FString, FName, FText

- FVector, FVector2D, FRotator, FTransform

- USTRUCT types

- UObject references

- UClass references

- TArray, TSet, TMap

- C++-only support for STL/custom serialized types through a custom serializer system

- Persistent editor registry for Blueprint type metadata

One example use case:

Instead of keeping lots of separate variables for runtime systems, I can store something like:

UDynamicStorageSystemAPI::RegisterData<FVector>(

this,

FGameplayTag::RequestGameplayTag(TEXT("Input.Action.MouseLoc")),

MouseLocation

);

Then retrieve it later from C++ or Blueprint using the same tag.

The hardest parts were:

- safely supporting different types

- making Blueprint wildcard pins rebuild correctly

- handling structs and containers

- keeping C++-only types separate from Blueprint-supported types

- preventing unsafe raw/internal APIs from being exposed

It started as a learning project, but now the full C++ runtime test and Blueprint Set/Get flow are working.

I’m sharing it here because I’d like feedback from Unreal developers:

- Would this kind of tag-based runtime storage be useful in your projects?

- What extra features would you expect from a plugin like this?

- Would you prefer this as a Blueprint-focused tool, a C++ utility, or both?

Still polishing the editor UX, but the core system is now complete.

You can download the plugin for free:- https://www.fab.com/listings/fbf52734-0569-4636-a38b-9e1ed547445a

reddit.com
u/Choice-Coat-8044 — 4 months ago
▲ 188 r/romance+1 crossposts

Hey everyone,

​I’ve reached my breaking point with how Indian news channels are gaming the YouTube algorithm with outright lies in their thumbnails and titles.

​The Example:

News18 MP Chhattisgarh recently posted a video about the Trump assassination attempt.

​Thumbnail/Title claims: "Shooter makes a BIG revelation about who ordered the attack."

​Actual Video: 6 minutes of pure speculation. At the 04:13 mark, the narrator literally admits they have no idea what the motive is.

​Why this matters:

As a developer/tech-aware user, I know how this works. They use these fake "revelations" to boost CTR (Click-Through Rate), but it’s a direct violation of YouTube’s "Misleading Metadata" policy and the IT Rules 2021.

​I’ve already filed a formal grievance with the Ministry (MIB) and reached out to the Google Grievance Officer, but YouTube's automated system keeps saying "No violation found."

​Has anyone else noticed this specific channel or others doing this? I’m trying to document these instances to send a collective report to the NBDSA.

Evidence: https://youtu.be/cF5cnkcfRyM

TL;DR: News channels are lying about "breaking news" in thumbnails to get views, and the reporting system is failing us.

u/Choice-Coat-8044 — 3 months ago