krishrahul98/DSA-Library

Add Coded triangle numbers Problem Number 42

Closed this issue · 4 comments

Add comment to get assigned to your desired language.
Follow Submission directory Structure for PR merge.

Problem Link
https://www.hackerrank.com/contests/projecteuler/challenges/euler042/
https://projecteuler.net/problem=42

Submission Title
Project Euler Coded triangle numbers Problem Number 42

Submission Type
Algorithm

Problem Description
The nth term of the sequence of triangle numbers is given by, tn = ½n(n+1). By converting each letter in a word to a number corresponding to its alphabetical position and adding these values we form a word value. If the word value is a triangle number then we shall call the word a triangle word.

Submission Directory
Project_Euler => 42-Coded triangle numbers => Coded triangle numbers.cpp

Language

  • C++
  • C
  • Python
  • Java
  • C#
  • JavaScript

Kindly assign me this issue.
Thanks

Kindly assign in Python thanks

Please assign it to me for python

@rahul2001dewangan Python assigned to you.

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.