Today, Daytona is announcing a $24M Series A, led by @FirstMarkCap, to give every agent a computer.
This round reflects what the market is increasingly concluding: the cloud was not built for agents.
Full announcement 👇
A lot of my peers are now leaning towards govt. exams after completing a CS degree. What's your opinion about this?
#TechTwitter#GovernmentJobs#CONNECT
May 04 - Solved #LeetCode Daily Challenge✅
Approach: We can keep a map of each vector (sorted), then we can count the pairs using nC2 formula.
TC: O(NlogN)
SC: O(N)
#TechTwitter#CodeNewbies#connect
Just a little resume doubt -
Can we mention our final year major project in the 'Projects' section of our resume?
If yes, then is there a specific format for that, or do we just mention the part that we did in the group?
#techtwitter#resume#CONNECT
Apr 30 - Solved #LeetCode Daily Challenge✅
Approach: Since the constraints are small, we can go for brute force. For each number in the vector nums, we can count its digits, and check if it's divisible by 2.
TC: O(N * logM)
SC: O(1)
#TechTwitter#CodeNewbies#connect