SR (@codesuyash) 's Twitter Profile
SR

@codesuyash

Working at @Accenture 👨‍💻 Learning #AI

ID: 1613888657097908225

calendar_today13-01-2023 13:20:47

218 Tweet

29 Followers

44 Following

SR (@codesuyash) 's Twitter Profile Photo

Hi #AI enthusiast community I am learning AI and will be sharing some informative stuff here If you are interested in AI and related stuff Let's connect 🙂

SR (@codesuyash) 's Twitter Profile Photo

Types of Prompts in Prompt Engineering 1. Open-ended prompt 🔓 👇🏻 Does not have specific constraints 2. Closed ended prompt 🔒 👇🏻 Does have specific constraints

SR (@codesuyash) 's Twitter Profile Photo

AI isn't just about predicting the future; it's about shaping it. From revolutionizing industries to enhancing everyday experiences, the possibilities are limitless. Embrace the power of AI to unlock a brighter tomorrow! #ArtificialIntelligence #Innovation

SR (@codesuyash) 's Twitter Profile Photo

| ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄| | #AI enthusiasts let's #connect | |______________| \ (•◡•) / \ / —— | | |_ |_ #letsconnect

SR (@codesuyash) 's Twitter Profile Photo

Hi, Developer community Today I learnt DSA problem "Reverse Array" in Python language. Approach: (In-place) 1. Iterate through the array using two pointers (start and end) 2. Swap the element at index start and end. 3. Increment start and decrement end until they meet or cross.

Hi, Developer community

Today I learnt DSA problem "Reverse Array" in Python language.

Approach: (In-place)
1. Iterate through the array using two pointers (start and end)
2. Swap the element at index start and end.
3. Increment start and decrement end until they meet or cross.